Commit Graph

  • c8586336d1 Post locks: don't check hidden checkboxes on bulk select/deselect, props dh-shredder, see #23312 Andrew Ozz 2013-02-25 21:24:19 +00:00
  • 6a59a28f12 Rename 'no_tagcloud' taxonomy label to 'not_found', for consistency with the post type label of the same key. fixes #23597. Sergey Biryukov 2013-02-25 19:39:38 +00:00
  • 41919e97fb Move 'no_tagcloud' argument to the taxonomy labels object. props DrewAPicture for initial patch. fixes #23597. Sergey Biryukov 2013-02-25 18:35:05 +00:00
  • d5719ec648 Fix typo in wp_heartbeat_settings, see #23216 Andrew Ozz 2013-02-25 04:19:51 +00:00
  • 9b691a21b0 Heartbeat API: add nopriv actions, add JS 'heartbeat-send' event, see #23216 Andrew Ozz 2013-02-25 02:32:22 +00:00
  • 06f456167b Add \n to end of Twenty Thirteen's font exception file. Andrew Nacin 2013-02-24 17:31:03 +00:00
  • 979a213506 POT, generated from r23478 potbot 2013-02-22 18:19:47 +00:00
  • 0fd0860e5c Twenty Ten: prevent overflow for large, captioned images. Fixes #22820, props obenland. Lance Willett 2013-02-22 17:42:04 +00:00
  • ab0a5f6c72 Twenty Ten: add helpful descriptions to sidebars. Fixes #15401. Lance Willett 2013-02-22 17:32:48 +00:00
  • 5d401fee3d POT, generated from r23475 potbot 2013-02-22 17:20:03 +00:00
  • a67dd02a73 Twenty Ten: better color contrast for links and text, props elfin. Fixes #14794. Lance Willett 2013-02-22 16:54:01 +00:00
  • 0d07a3b110 Twenty Eleven: ensure twentyeleven_url_grabber() is pluggable by wrapping in a function_exists check. Lance Willett 2013-02-22 16:50:40 +00:00
  • cfb21ab63b POT, generated from r23472 potbot 2013-02-22 16:19:58 +00:00
  • 42bbca4bf0 Twenty Twelve: better layout for floated image captions. Fixes #23147. Lance Willett 2013-02-22 16:09:28 +00:00
  • 7a30f68c8a Twenty Twelve: show featured image in single page views. Fixes #22943, props MikeHansenMe. Lance Willett 2013-02-22 16:07:28 +00:00
  • 12ccb9626e Twenty Thirteen: add hover/focus style for buttons and organize button and input selectors a bit for a better cascade. Fixes #23536, props obenland. Lance Willett 2013-02-22 06:08:25 +00:00
  • 8798dcefdd Twenty Thirteen: update post formats for consistent post meta display, fixes #23553. Lance Willett 2013-02-22 06:05:00 +00:00
  • a3afd6e989 Post formats compat output: Helen Hou-Sandi 2013-02-21 23:02:00 +00:00
  • e599566ce4 Implement theme support for structured-post-formats, which will supercede theme support for post-formats. Usage is the same as declaring support for post-formats: add_theme_support( 'structured-post-formats', array( 'quote', 'video' ) ). Adding structured-post-formats support also adds post-formats support for the given format(s) underneath. Helen Hou-Sandi 2013-02-21 22:48:09 +00:00
  • e1b603bbc3 Move revisions/autosave and post format functions from wp-includes/post.php into revision.php and post-formats.php. Andrew Nacin 2013-02-21 21:24:34 +00:00
  • 5dd8fbe675 Twenty Thirteen: style the hr element. Fixes #23529. Lance Willett 2013-02-21 06:00:00 +00:00
  • c0879ab325 Twenty Thirteen: fix typo in browser transition prefix. Fixes #23568, props Jayjdk. Lance Willett 2013-02-21 05:57:19 +00:00
  • 3ce372ce62 Twenty Thirteen: show featured image on single posts, fixes #23528. Props kwight. Lance Willett 2013-02-21 05:54:19 +00:00
  • 2b60f0259d Twenty Thirteen: fix comment form layout for inline replies in wide viewports. Fixes #23524, props SriniG and obenland. Lance Willett 2013-02-21 05:49:57 +00:00
  • 78e082dd6d Twenty Thirteen: bump priority for twentythirteen_aside_date() to add date output after embeds. Fixes #23511, props obenland. Lance Willett 2013-02-21 05:42:56 +00:00
  • 393b33a6a3 Twenty Thirteen: proper alignment for featured images on pages with a sidebar. Props kwight, fixes #23527. Lance Willett 2013-02-20 04:32:31 +00:00
  • f134c857b1 Twenty Thirteen: fix incorrect CSS selector in ie.css, props FStop. Fixes #23548. Lance Willett 2013-02-20 04:22:02 +00:00
  • 74825282e5 Remove unused global reference. props aaroncampbell. fixes #23541. Sergey Biryukov 2013-02-20 00:18:15 +00:00
  • 5d957955fa Fix typo in phpdoc. see #17515. Sergey Biryukov 2013-02-19 23:40:03 +00:00
  • 6fb8f6a707 Prevent a notice for post types that don't support post formats. props ethitter. fixes #23534. Helen Hou-Sandi 2013-02-19 20:54:03 +00:00
  • 0e5ac6c8c6 Revert to esc_attr_e() in setup-config.php to prevent a fatal error. kses.php is not loaded at this point, so esc_url() cannot be used. Sergey Biryukov 2013-02-19 05:36:16 +00:00
  • f474e9da60 Add a missing closing tag. fixes #23510. see #14358. Sergey Biryukov 2013-02-19 02:06:21 +00:00
  • 33f793c521 Fix a warning on Menus screen if $menu_locations is false. Fix menu selection after creating a first menu on new install. Sergey Biryukov 2013-02-19 01:31:42 +00:00
  • a279913a2e Introduce the Twenty Thirteen theme. Mark Jaquith 2013-02-18 23:08:56 +00:00
  • f18f7d7b2d Compress scripts/styles: 3.6-alpha-23451. bumpbot 2013-02-18 22:26:00 +00:00
  • 351438ebe1 Output fallbacks / theme compat for post format metadata. Helen Hou-Sandi 2013-02-18 19:22:58 +00:00
  • 5b3c058bd5 Edit screen UI for post formats: a first run for functionality. Helen Hou-Sandi 2013-02-18 19:11:24 +00:00
  • edd0530290 Fix typo in phpdoc. see #23498. Sergey Biryukov 2013-02-18 18:56:51 +00:00
  • 745ed8b530 Compress scripts/styles: 3.6-alpha-23447. bumpbot 2013-02-16 22:58:41 +00:00
  • 038439326d Remove unused admin-categories and admin-custom-fields JavaScript files. props ocean90. fixes #23486. Andrew Nacin 2013-02-16 19:03:59 +00:00
  • 780c74d246 Remove unused variables reset by wp_reset_vars(). Many of these haven't been used since b2. see #21767. Andrew Nacin 2013-02-16 18:28:41 +00:00
  • b17b5a64e3 Stop using jQuery.live(). props ocean90. see #22975. Andrew Nacin 2013-02-16 17:46:12 +00:00
  • 746187f768 Update the Iris color picker to version 1.0.3, which stops using the deprecated jQuery.browser property. Andrew Nacin 2013-02-16 17:44:41 +00:00
  • 0c89805886 jQuery UI 1.10.1. Andrew Nacin 2013-02-16 17:40:37 +00:00
  • c2945a394f Improve the UX of the Nav Menus screen. Kill the tabs, and change to a dropdown, unless you have zero or one menus (which is the most common), in which case you jump right into editing your sole menu. Mark Jaquith 2013-02-16 04:53:59 +00:00
  • 4d8fc5d551 Restore the original wp_convert_bytes_to_hr() code. fixes #19067. Sergey Biryukov 2013-02-16 03:59:37 +00:00
  • eeda24f865 Deprecate wp_convert_bytes_to_hr() in favor of size_format(). props F J Kaiser. fixes #19067. Sergey Biryukov 2013-02-16 03:07:56 +00:00
  • aedda3210c Deprecate get_user_id_from_string() in favor of get_user_by( $field ) where $field is 'email' or 'login'. props SergeyBiryukov. fixes #23190. Andrew Nacin 2013-02-16 03:02:15 +00:00
  • 07d596afb7 Add missing inline descriptions. see #19067. Sergey Biryukov 2013-02-16 02:52:57 +00:00
  • 4b040e72dc WP_Query: post_parent__in and post_parent__not_in. props wonderboymusic. fixes #11056. Andrew Nacin 2013-02-16 02:08:46 +00:00
  • fe6bb0671d Compress scripts/styles: 3.6-alpha-23435. bumpbot 2013-02-15 22:58:45 +00:00
  • 2950f848d4 Fix typos in phpdoc. props markmcwilliams. fixes #23481. Sergey Biryukov 2013-02-15 18:59:56 +00:00
  • ee16ed9e0b Correct return value for comment_exists(). fixes #20494. Sergey Biryukov 2013-02-15 18:49:07 +00:00
  • 8eebc4d4ff Use wp_get_current_user(). props nacin. see #23192. Sergey Biryukov 2013-02-15 18:13:18 +00:00
  • 79df86b818 Replace get_user_id_from_string() with get_user_by(). props ocean90, bananastalktome. fixes #23192. see #23190. Sergey Biryukov 2013-02-15 18:00:52 +00:00
  • e353d6c033 Allow filtering attachments by Author name in Media Library. props greuben. fixes #16044. Sergey Biryukov 2013-02-15 17:33:28 +00:00
  • 32ca2518b3 Twenty Eleven and Twenty Twelve: use .text() instead of .html() for blogname and blogdescription in Theme Customizer JavaScript handlers. Fixes #23435, props mfields. Lance Willett 2013-02-15 16:53:58 +00:00
  • db3d33ac0a Twenty Twelve: clear center-aligned images properly. Fixes #23244. Lance Willett 2013-02-15 16:45:04 +00:00
  • 7d61808bc6 Twenty Twelve: remove unnecessary class values in posts navigation, fixes #23152. Props DrewAPicture. Lance Willett 2013-02-15 16:38:04 +00:00
  • 412b37a490 Twenty Twelve: fix button active state to avoid a 2px shift, fixes #22825. Props ocean90. Lance Willett 2013-02-15 16:34:56 +00:00
  • ead92fb39d "LGPL License" is redundant. Mark Jaquith 2013-02-15 16:26:46 +00:00
  • 417adb2e2e Filter "Powered by WordPress" text in Meta widget. props Viper007Bond, wonderboymusic. fixes #14358. Sergey Biryukov 2013-02-15 16:20:14 +00:00
  • d9e2f14dca jQuery UI 1.10.0. Andrew Nacin 2013-02-15 16:13:26 +00:00
  • 1dc5d1c401 Update our Windows media file MIME types to the official Microsoft-recommended ones. Mark Jaquith 2013-02-15 16:12:40 +00:00
  • 88b8e29f0d jQuery 1.9.1 and jQuery Migrate 1.1.0. Andrew Nacin 2013-02-15 16:09:04 +00:00
  • 9defec712a Properly truncate UTF-8 post slugs in wp_unique_post_slug(). fixes #21013. Sergey Biryukov 2013-02-15 14:35:41 +00:00
  • 36d09ab2ef Do not unslash variables reset by wp_reset_vars(). Remove variables that have never been used in plugin-editor.php. see #21767. Andrew Nacin 2013-02-15 02:01:36 +00:00
  • 2d34b9a876 Compress scripts/styles: 3.6-alpha-23417. bumpbot 2013-02-14 22:58:42 +00:00
  • bfd0b6fb37 Refactor the Customizer accordion so that it can be used in other locations. Mark Jaquith 2013-02-14 22:58:04 +00:00
  • a6c8efadb9 Change all core API to expect unslashed rather than slashed arguments. Ryan Boren 2013-02-14 22:51:06 +00:00
  • 4ca366a0d1 Revisions: Allow a plugin to force us to skip the don't save this revision because it hasn't changed code if it knows better. Peter Westwood 2013-02-14 16:45:43 +00:00
  • 671a9b2017 Revisions: Before saving a new post revision make sure that something has changed in the fields that we are revisioning. Peter Westwood 2013-02-14 11:36:32 +00:00
  • 16e16c7ee4 Use correct escaping function. fixes #23334. Sergey Biryukov 2013-02-14 05:52:23 +00:00
  • 74f5d9dcb3 Remove unused error string. props pavelevap. fixes #22107. Sergey Biryukov 2013-02-14 05:36:28 +00:00
  • 142c4ee92b Use correct escaping function. props jkudish. fixes #20771. Sergey Biryukov 2013-02-14 05:12:23 +00:00
  • 04778f60ac Return from image_downsize() earlier if a custom resize function is used. props anatolbroder. fixes #23392. Sergey Biryukov 2013-02-14 04:30:55 +00:00
  • d8acf69968 Restore the following: Helen Hou-Sandi 2013-02-13 23:50:55 +00:00
  • 6b63e085ef Compress scripts/styles: 3.6-alpha-23408. bumpbot 2013-02-13 22:58:44 +00:00
  • 4b2173708d Begin simplifying some of the visual elements in the admin, starting with gradients. White space purposefully not currently altered. props lessbloat, melchoyce, aaroncampbell, sabreuse. see #23415. Helen Hou-Sandi 2013-02-13 22:43:48 +00:00
  • 791206e4cd POT, generated from r23404 potbot 2013-02-13 22:19:39 +00:00
  • 553395cb92 Revisions: Pass the whole revision being filtered along with context about which side it is to the _wp_post_revision_field_$field filters. Peter Westwood 2013-02-13 21:42:03 +00:00
  • 42926ca699 Compress scripts/styles: 3.6-alpha-23403. TinyMCE updated. bumpbot 2013-02-12 22:58:43 +00:00
  • 6d0ee4dc7d TinyMCE: include cd84a63d4a to fix backspace and line breaks issues in WebKit, see #23337 Andrew Ozz 2013-02-12 02:04:09 +00:00
  • 77e5536195 Use microtime() instead of incrementors for last_changed to to avoid race conditions with cache evictions. Ryan Boren 2013-02-11 18:08:14 +00:00
  • 679339ffaa Compress scripts/styles: 3.6-alpha-23400. bumpbot 2013-02-08 22:58:42 +00:00
  • 6b335f1b6a Allow Backround Image's "select a file" link to be activated by pressing return on the keyboard. Mark Jaquith 2013-02-08 18:51:19 +00:00
  • 9f02654b0d Introduce wp_remove_object_terms() and wp_add_object_terms(). No more fetch-alter-update nonsense. Use wp_remove_object_terms() in a few places internally. Mark Jaquith 2013-02-08 18:45:34 +00:00
  • 1723190616 Document the mysterious seventh parameter of add_meta_box(). Mark Jaquith 2013-02-08 18:37:34 +00:00
  • a601e170aa Link post formats in posts list table. Use a dash for standard, like we do for absence of tags. see #16047 Next: use icons, not text descriptions. Mark Jaquith 2013-02-08 18:34:51 +00:00
  • e419f6258c Fix some tabbing issues on the post editing screen. Add Media no longer skipped when going backwards from content. Save Draft no longer skipped when going forwards from content. Mark Jaquith 2013-02-08 18:30:09 +00:00
  • efda431bc2 Open external links to plugin homepages, plugin author homepages, and theme author homepages in a new window/tab. props SergeyBiryukov. fixes #20839. Helen Hou-Sandi 2013-02-08 16:20:01 +00:00
  • ca7674b100 "Lookup" is a noun. "Look up" is the verb form. If you doubt me, you should have lookuped in a dictionary. Mark Jaquith 2013-02-08 16:19:04 +00:00
  • 2f6d3fed8c Display post formats in the posts list table. Mark Jaquith 2013-02-08 16:10:05 +00:00
  • 5dd8a15b26 Add underscore and backbone to the do-not-deregister list of scripts. Andrew Nacin 2013-02-08 05:11:27 +00:00
  • e3a1266c0c Revert [23375] until we can get Media fixed to work with newer versions of Backbone. see #23262 Mark Jaquith 2013-02-08 03:15:22 +00:00
  • b38675a65a Heartbeat API: fix error in IE < 9, props SergeyBiryukov, don't attempt to bind events to cross-domain iframes, see #23216 Andrew Ozz 2013-02-06 07:10:04 +00:00
  • 12fcb94781 Use a human-readable constant in wp_set_auth_cookie(). fixes #23372. Sergey Biryukov 2013-02-06 03:44:43 +00:00
  • 163f0a4769 Correct the documentation for _publish_post_hook(). Remove unused global declaration. props roulandf. fixes #23376. Sergey Biryukov 2013-02-05 15:45:37 +00:00
  • 68360b40ab Compress scripts/styles: 3.6-alpha-23386. bumpbot 2013-02-04 14:38:03 +00:00
  • 51e5049575 In wp_get_archives(), cache queries to individual cache buckets instead of storing them in one cached array. Use incrementor style passive cache invalidation. Ryan Boren 2013-02-04 13:54:15 +00:00