Commit Graph

  • 0ac7d034a6 Allow the content of no-title audio, video, quote, and image posts to be blanked. Mark Jaquith 2013-04-14 01:43:01 +00:00
  • 1df1727e55 Only say we accept a raw video/audio embed code for unfiltered_html users. Mark Jaquith 2013-04-14 01:21:47 +00:00
  • 74319333ed Only remove ONE piece of media from the content in setup_postdata(). Mark Jaquith 2013-04-14 01:11:44 +00:00
  • 807bdbd44b Compress scripts/styles: 3.6-beta1-23983. bumpbot 2013-04-13 00:58:37 +00:00
  • 8ab406d2fb Fix accidental revert of revisions comparison in [23981] Andrew Ozz 2013-04-13 00:45:47 +00:00
  • 7effedba90 Post locks: make sure we never overwrite a draft when it's locked, clean up wp_ajax_autosave() and make wp-refresh-post-lock a bit more robust, see #23697 Andrew Ozz 2013-04-13 00:41:15 +00:00
  • 24fd168099 Compress scripts/styles: 3.6-beta1-23980. bumpbot 2013-04-12 22:58:39 +00:00
  • 3f6c7493e7 Use ID3 data for audio and video Mark Jaquith 2013-04-12 22:27:24 +00:00
  • ad170c3ccd Fix some Skype chat parsing issues. Mark Jaquith 2013-04-12 22:22:41 +00:00
  • 553fc5b9af Update MediaElement.js to 2.11.3 Mark Jaquith 2013-04-12 21:48:16 +00:00
  • f0ec9137ad Set a height for post title input Dominik Schilling (ocean90) 2013-04-12 21:19:22 +00:00
  • 239ccffe14 Revisions: compare revisions by date in wp_ajax_revisions_data(), deprecate the $parent arg in wp_list_post_revisions() as now revisions always include a copy of the current post, props adamsilverstein, see #23901 Andrew Ozz 2013-04-12 19:29:21 +00:00
  • fc239715ca Use API instead of bare SQL queries in site-users.php. Ryan Boren 2013-04-12 13:35:45 +00:00
  • c3e471a535 Use prepare() for the duplicate comment query in wp_allow_comment(). Ryan Boren 2013-04-12 13:25:16 +00:00
  • 87a94a7635 Twenty Thirteen: adjust content_width value for video shortcodes in video post formats and on attachment templates. See #23955, props obenland. Lance Willett 2013-04-11 23:06:15 +00:00
  • 0e44a2dba0 Twenty Thirteen: reinstate Audio post format max-width layout handling, lost in r23964. See #23955, props obenland. Lance Willett 2013-04-11 22:58:59 +00:00
  • 0e4de5bb97 Compress scripts/styles: 3.6-beta1-23970. bumpbot 2013-04-11 22:58:39 +00:00
  • 79c4e52ffa Enforce video dimensions. Mark Jaquith 2013-04-11 22:34:05 +00:00
  • b340e0a6c8 Update MediaElement.js to 2.11.1 Mark Jaquith 2013-04-11 22:13:44 +00:00
  • 37842118d2 Twenty Thirteen: improve comment label selectors and nudge up their width a bit to account for non-English installs. Props obenland for initial patch, fixes #24039. Lance Willett 2013-04-11 18:06:10 +00:00
  • c25cac4dd6 Twenty Thirteen: change Genericon element display to inline-block to avoid underlining the icon when its related element wrapped in a link. Props obenland, fixes #24045. Lance Willett 2013-04-11 18:03:01 +00:00
  • acc50b7cb1 Twenty Thirteen: adjust JavaScript handling for scrolling and finding viewport heigh/width to better support various IE versions. Also consolidate variables at the top of the file per best practices. Fixes #23841, props obenland. Lance Willett 2013-04-11 16:11:46 +00:00
  • bf556f4a3b Twenty Thirteen: better handling of media in main content area, accounting for a sidebar and all viewport width possibilities. Props sabreuse and obenland, see #23955. Lance Willett 2013-04-11 16:03:08 +00:00
  • 75549e368b Twenty Thirteen: improve gallery styles for IE7 and IE8, props kovshenin and obenland. Fixes #23996. Lance Willett 2013-04-11 15:59:52 +00:00
  • 2bb14f8626 Twenty Thirteen: minor design tweaks and fixes: Lance Willett 2013-04-11 15:57:50 +00:00
  • 13089f39bc Twenty Thirteen: add fallback selectors for older browsers that don't understand search input elements. Fixes #23997, props obenland. Lance Willett 2013-04-10 23:19:55 +00:00
  • 514d5d2204 Compress scripts/styles: 3.6-beta1-23960. bumpbot 2013-04-10 22:58:42 +00:00
  • e7726bc6dc Twenty Thirteen: display gallery captions correctly in IE7 and IE8. Props celloexpressions and kovshenin, fixes #23996. Lance Willett 2013-04-10 22:44:29 +00:00
  • c5e0ff6017 Update MediaElement.js to 2.11.0. Ryan Boren 2013-04-10 22:38:30 +00:00
  • 6dd9b1ba06 Twenty Thirteen: add missing "yellow" color tag. Lance Willett 2013-04-10 22:32:51 +00:00
  • 518aaabfab Don't allow images to be set as featured image until they have been processed. Mark Jaquith 2013-04-10 22:26:55 +00:00
  • 571d74d1de Add .edit-form-section class to the comment edit form for correct spacing. fixes #23240. Helen Hou-Sandi 2013-04-10 19:20:13 +00:00
  • ef0c6be239 jQuery Color 2.2.1. fixes #22562. Dominik Schilling (ocean90) 2013-04-10 17:29:55 +00:00
  • dd7b0786fa Compress scripts/styles: 3.6-beta1-23953. bumpbot 2013-04-10 16:58:41 +00:00
  • a198eac988 Remove \s from regex in pingback_ping() to avoid UTF-8 issues. props tenpura. fixes #24001. Sergey Biryukov 2013-04-10 16:29:00 +00:00
  • 84fb704172 Reset transition property in toolbar CSS to avoid conflicts with themes. props kwight. fixes #24031. Sergey Biryukov 2013-04-10 16:18:15 +00:00
  • d7d0217f0e Fix copy/paste error in user-new.php. props tivnet. fixes #24022. Sergey Biryukov 2013-04-10 16:13:59 +00:00
  • 021c744c82 Fix typo in upgrade_100(). props tivnet, bpetty. fixes #24020. Sergey Biryukov 2013-04-10 16:04:36 +00:00
  • 6b040372c1 Remove duplicate array key. props tivnet. fixes #24021. Sergey Biryukov 2013-04-10 15:55:53 +00:00
  • f646510aaa No longer need to work around zend_hash_del_key_or_index bug. fixes #24029. see [4717] Mark Jaquith 2013-04-10 07:57:58 +00:00
  • f69b7492e4 Allow turning off the post formats UI via a show_post_format_ui filter. Ryan Boren 2013-04-09 22:43:28 +00:00
  • be00e2b9cd Twenty Thirteen: fix for right-aligned images breaking the main column layout in small screen sizes. Props obenland, fixes #23994. Lance Willett 2013-04-09 21:43:32 +00:00
  • fcc607c1b2 Twenty Thirteen: remove overly-specific post meta styles, props ziegenberg and obenland. Fixes #23962. Lance Willett 2013-04-09 21:39:19 +00:00
  • e84dc5390e Twenty Thirteen: avoid galleries not being displayed on single in IE8, props obenland. See #23996. Lance Willett 2013-04-09 21:34:03 +00:00
  • ea2111d445 Twenty Thirteen: better representative theme screenshot, props Joen. (Also shaves a few KB off previous file.) Lance Willett 2013-04-09 20:58:26 +00:00
  • 4f5e194154 Use correct variable. fixes #24014. see #23119. Sergey Biryukov 2013-04-09 20:50:45 +00:00
  • 99a0fef80c Add alt attribute for selected image. see #19570. Sergey Biryukov 2013-04-09 17:12:47 +00:00
  • db94cf138b Fix inconsistent id attributes. props kovshenin. fixes #24006. Sergey Biryukov 2013-04-09 17:08:25 +00:00
  • c579fc339b Use the function argument instead of the $post global in get_the_post_format_image(). props kovshenin. fixes #24003. Sergey Biryukov 2013-04-09 16:28:09 +00:00
  • c436d61d37 Consistently use the function argument instead of the $post global in get_the_post_format_media(). props kovshenin. fixes #24003. Sergey Biryukov 2013-04-09 13:42:53 +00:00
  • 131e90a91a _wp_preview_terms_filter() should be @since 3.6.0. Standardize on 3.6.0 instead of 3.6. Ryan Boren 2013-04-09 13:05:21 +00:00
  • 929cfec65c PHPDoc fixes and additions for post formats. props c3mdigital, DrewAPicture. fixes #23974. Sergey Biryukov 2013-04-09 09:38:25 +00:00
  • d25e6cb006 Fix closing tag in revisions UI. props adamsilverstein. fixes #23999. Sergey Biryukov 2013-04-08 23:38:48 +00:00
  • cd9306e6ac Revisions: don't set revisions post_author with get_post_meta( $ID, '_edit_last' ). Not needed since we create revisions after saving the post and breaks per-user autosaves, see #16215 Andrew Ozz 2013-04-08 00:08:33 +00:00
  • 6c981a7835 Fix inconsistent spacing in comment_form(). props sim, TravisHoffman. fixes #23878. Sergey Biryukov 2013-04-07 23:57:35 +00:00
  • f7857ce942 Remove unnecessary label, placeholder, and class for a hidden input. see #23938. Helen Hou-Sandi 2013-04-07 16:49:56 +00:00
  • 120caba65a Compress scripts/styles: 3.6-beta1-23930. bumpbot 2013-04-07 00:58:39 +00:00
  • 7c4cebe1c5 Revisions: move the call to _wp_upgrade_revisions_of_post() to edit-form-advanced.php, in the code block checking whether we should show the revisions postbox. See #16215 Andrew Ozz 2013-04-06 23:43:05 +00:00
  • 48dc22b9eb Revisions: - Store the post format as meta on revisions (including autosaves). - Add post formats data (post meta) when autosaving. - Only add non-empty post formats data to revisions. - Correct the post format when previewing a published post. Props kovshenin, see #19570, see #20564. Andrew Ozz 2013-04-06 23:18:52 +00:00
  • 0e3dd60eae Compress scripts/styles: 3.6-beta1-23927. bumpbot 2013-04-06 22:58:42 +00:00
  • 7ebe9d62c6 Post formats: connect labels with fields, move the two css blocks dealing with formats next to each other, see #23938 Andrew Ozz 2013-04-06 21:40:58 +00:00
  • 2f7c193378 Remove dead code. Removed in [23445], accidentally reinstated in [23554]. This was found during wp_reset_vars() cleanup. see #21767. Andrew Nacin 2013-04-06 20:47:12 +00:00
  • 24a18ed5a1 Pass the post ID to the_title filter in post_formats_compat(). props danielbachhuber. see #23347. Sergey Biryukov 2013-04-06 08:11:23 +00:00
  • c868bd8540 Avoid an undefined index notice in wp_read_video_metadata(). props ocean90. fixes #23953. Sergey Biryukov 2013-04-06 00:29:12 +00:00
  • 9231c52c70 Logged out warnings: fix phpdoc, props ocean90, see #23295 Andrew Ozz 2013-04-05 23:28:40 +00:00
  • 62e7bbe52a Third parameter for shortcode_atts() for audio and video shortcodes. props obenland, see #23282. Andrew Nacin 2013-04-05 17:46:31 +00:00
  • ef43637fa2 Twenty Thirteen: style the the "Login to Reply" link correctly, props obenland. Fixes #23943. Lance Willett 2013-04-05 16:35:27 +00:00
  • 1ab752e30a Compress scripts/styles: 3.6-beta1-23919. bumpbot 2013-04-05 02:58:49 +00:00
  • 6fa6b65574 Show labels and remove improperly-used placeholders for post format fields. props Ipstenu, azaozz. see #23938. Helen Hou-Sandi 2013-04-05 02:37:13 +00:00
  • 9e833974f6 Compress scripts/styles: 3.6-beta1-23917. bumpbot 2013-04-05 00:58:45 +00:00
  • 2c3a012631 In the HTML outputted from get_search_form(): remove incrementing the IDs for XHTML after the first call, remove the <div> wrapper for HTML5. Props obenland, props bpetty. Fixes #16539 Andrew Ozz 2013-04-05 00:26:53 +00:00
  • 4200e2702f Use correct class. see #23933. Sergey Biryukov 2013-04-05 00:20:19 +00:00
  • 576b34af42 Check for [\r\n\t ] instead of \s in get_content_chat() to avoid UTF-8 issues. see #23625. Sergey Biryukov 2013-04-04 23:43:59 +00:00
  • d658c85491 Compress scripts/styles: 3.6-beta1-23913. bumpbot 2013-04-04 22:58:47 +00:00
  • 7ef23da2b0 WP_Upgrader: Add upgrader_process_complete hooks and add a abort_if_destination_exists flag (default is true). props dd32. see #18200. Andrew Nacin 2013-04-04 21:10:54 +00:00
  • 4c15b933e8 Use correct function name. props ocean90. fixes #23942. see #23927. Sergey Biryukov 2013-04-04 21:03:35 +00:00
  • 17b8f04592 Compress scripts/styles: 3.6-beta1-23909. bumpbot 2013-04-04 20:58:48 +00:00
  • 3095f5af6b Use correct id attribute. props ocean90. fixes #23937. Sergey Biryukov 2013-04-04 20:58:33 +00:00
  • 244974e838 Fix typo in revisions JS/CSS. props mgibbs189, JustinSainton. fixes #23941. Sergey Biryukov 2013-04-04 20:49:26 +00:00
  • c9deeed6e9 Use get_post() in lieu of direct query in wp_ajax_replyto_comment(). fixes #23940. Andrew Nacin 2013-04-04 18:44:38 +00:00
  • cb4b384500 3.6-beta1 Mark Jaquith 2013-04-04 16:09:09 +00:00
  • 21e5147be6 Compress scripts/styles: 3.6-alpha-23905. bumpbot 2013-04-04 16:06:50 +00:00
  • 6bae3a6eda A little more revisions js/php cleanup. see #23901. props kovshenin, ocean90. Mark Jaquith 2013-04-04 16:03:21 +00:00
  • a4bf14e7da Use correct option name when deleting embed_autourls. props SergeyBiryukov. see #23715. Andrew Nacin 2013-04-04 15:55:53 +00:00
  • 25c799470e Revisions CSS cleanup. Mark Jaquith 2013-04-04 15:49:28 +00:00
  • 12142ddb77 Compress scripts/styles: 3.6-alpha-23900. bumpbot 2013-04-04 08:58:49 +00:00
  • 2ab2451508 Standardize the post format theme API functions with the_post_format_THING() and get_the_post_format_THING(). Mark Jaquith 2013-04-04 08:09:02 +00:00
  • 8351c2e87d Further cleanup of revisions code. Probably not the last. Mark Jaquith 2013-04-04 07:53:49 +00:00
  • afacb030f5 Remove _wp_delete_nav_menu(). wp_delete_nav_menu() should instead remove the menu from theme locations, which was the only difference between the functions. see #23119. Andrew Nacin 2013-04-04 04:28:12 +00:00
  • 55955c2087 Prevent classid="clsid:undefined". props SergeyBiryukov. see #23876. Andrew Nacin 2013-04-03 20:55:20 +00:00
  • c735c265a2 Prevent a JS error when working with embedded media in TinyMCE. Andrew Nacin 2013-04-03 20:49:41 +00:00
  • 1b201fa81c Compress scripts/styles: 3.6-alpha-23894. bumpbot 2013-04-03 18:58:47 +00:00
  • 96b8dc3dec Backbone 1.0.0. Andrew Nacin 2013-04-03 17:40:52 +00:00
  • 7f5d5dc940 jQuery UI 1.10.2. Andrew Nacin 2013-04-03 17:36:25 +00:00
  • 4ca0a4c8bb Don't use jQuery.on('ready'). props obenland. see #23875. Andrew Nacin 2013-04-03 17:29:59 +00:00
  • 50dffde71f Replace $user_id removed in [23889] with a direct function call. see #23665. Andrew Nacin 2013-04-03 04:37:50 +00:00
  • 085141a6ba No need to check for the presence of a current user in a privileged ajax action. see #23665. Andrew Nacin 2013-04-03 04:34:14 +00:00
  • cc88fc4d85 Pass the tag object instead of just the tag ID to topic_count_text_callback. see [23741]. see #21198. Andrew Nacin 2013-04-03 03:55:05 +00:00
  • b813f82c55 Compress scripts/styles: 3.6-alpha-23887. bumpbot 2013-04-02 22:58:42 +00:00
  • 28a928ddb1 Autosave: use heartbeat to determine when connection is lost and disable the Save and Publish buttons. Re-enable the buttons when connection is restored. Props dh-shredder, see #23220 Andrew Ozz 2013-04-02 22:51:09 +00:00