Commit Graph

  • 0c4b47f631 Compress scripts/styles: 3.6-alpha-23585. bumpbot 2013-03-02 22:58:34 +00:00
  • 83de7017df Use correct variable. see [23575]. see #21767. Sergey Biryukov 2013-03-02 21:10:12 +00:00
  • aae1d4ef75 Don't make ordered lists in help tabs look like bulleted lists. props ninnypants. fixes #23659. Helen Hou-Sandi 2013-03-02 17:47:48 +00:00
  • ec3fda3cc1 Compress scripts/styles: 3.6-alpha-23582. bumpbot 2013-03-01 22:58:38 +00:00
  • 45b4d47b02 * Simplify jQuery UI slider CSS and bring into line with admin styles. * Merge styles into wp-admin.css and colors-*.css. * Scope the CSS with a class so as not to conflict with the color picker, which also utilizes jQuery UI slider. Authors wanting to use built-in styling for sliders should add a class of .wp-slider to the container to be intialized. Helen Hou-Sandi 2013-03-01 19:24:03 +00:00
  • b617e4742a Don't unslash variables that came from wp_reset_vars(). see #21767. Andrew Nacin 2013-03-01 18:59:54 +00:00
  • 3e811c5171 Use distinct error code in wp_authenticate_username_password() when user is a spammer. props sirzooro. fixes #19445. Sergey Biryukov 2013-03-01 18:01:16 +00:00
  • 12882f9848 Ensure the referer functions operate completely on unslashed data: wp_referer_field(), wp_original_referer_field(), wp_get_referer(), wp_get_original_referer(). Andrew Nacin 2013-03-01 17:58:43 +00:00
  • 1b8afaa995 Remove an unslash in the deprecated WP_User_Search, as search_term is already unslashed in the constructor. see #21767. Andrew Nacin 2013-03-01 17:57:49 +00:00
  • e8e569ccd2 Unslash early, directly on the superglobal. see #21767. Andrew Nacin 2013-03-01 17:57:08 +00:00
  • 0d54b5febe Assume that url_shorten() receives unslashed data, as it does in core usage. see #21767. Andrew Nacin 2013-03-01 17:56:31 +00:00
  • d7a010a66e Twenty Thirteen: better styles for no-results views (empty search, empty archives) for small screens. Props johnbillion, fixes #23544. Lance Willett 2013-03-01 17:54:19 +00:00
  • 20f86706e4 Remove double-strip on HTTP_IF_NONE_MATCH, which was done years ago (in #2597). see #21767. Andrew Nacin 2013-03-01 17:51:16 +00:00
  • 876ce909c0 Twenty Twelve: enable live preview for Header Text Color in Theme Customizer. Change also removes an !important declaration (yay) in Custom Header CSS rules. Lance Willett 2013-03-01 17:45:59 +00:00
  • 15cc36bd4b Make sure the pings are only sent once per URL for a given post. props dllh. fixes #23217. Sergey Biryukov 2013-03-01 17:39:52 +00:00
  • 37fae23001 Always wp_unslash() the return of wp_get_referer(). Ryan Boren 2013-03-01 17:20:32 +00:00
  • 62139fc6a6 POT, generated from r23565 potbot 2013-03-01 17:20:02 +00:00
  • 3ba7b7e56a Twenty Twelve: better handling for cases where a background color is set to white or an empty value (like first run with no theme_mods set) and a background image is enabled, which resulted previously in a broken layout. Fixes #23586, props obenland. Lance Willett 2013-03-01 17:14:59 +00:00
  • 436b32ef62 Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes(). Ryan Boren 2013-03-01 17:14:09 +00:00
  • 316689c934 Add missing comma. props bradparbs. fixes #22507. Sergey Biryukov 2013-03-01 17:12:02 +00:00
  • ad40af5edc Add a filter for attributes on menu item links. props simonwheatley, DrewAPicture, SergeyBiryukov, nacin. fixes #16738. Sergey Biryukov 2013-03-01 17:06:35 +00:00
  • e737c7120e Use prepare instead of escape. Ryan Boren 2013-03-01 17:01:01 +00:00
  • 4088ca8723 Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes(). Ryan Boren 2013-03-01 17:00:25 +00:00
  • bfc00f191e Twenty Twelve: properly style visited links in entries, widgets, and comment text. Props DrewAPicture, fixes #23200. Lance Willett 2013-03-01 16:56:15 +00:00
  • 79194cf2a2 Twenty Twelve: fix double featured images in Front Page Template, closes #22943. Lance Willett 2013-03-01 16:50:34 +00:00
  • 3624fa4fde Consistently apply 'preview_post_link' filter. fixes #19378. Sergey Biryukov 2013-03-01 16:46:25 +00:00
  • a8c27b4039 Twenty Thirteen: display caption in galleries. Fixes #23584. Lance Willett 2013-03-01 16:44:46 +00:00
  • 93aa28e208 Consistently apply 'register' filter. props wonderboymusic for initial patch. fixes #14406. Sergey Biryukov 2013-03-01 16:43:18 +00:00
  • 6db8b40209 Twenty Thirteen: CSS fixes to change single to double quotes, proper quoting around font-family names, and add a missing escape to a background image in custom-header.php. Props markmcwilliams, fixes #23653. Lance Willett 2013-03-01 16:40:29 +00:00
  • 206318aeca There is no need to strip the output of get_site_option(). Ryan Boren 2013-03-01 16:37:24 +00:00
  • 85782c3e39 Introduce wp_slash() and wp_unslash(). This will be used to cleanup the myriad calls to addslashes*, add_magic_quotes, stripslashes*. see #21767 Ryan Boren 2013-03-01 16:34:48 +00:00
  • c363aea627 Revert 23416, 23419, 23445 except for wp_reset_vars() changes. We are going a different direction with the slashing cleanup, so resetting to a clean slate. see #21767 Ryan Boren 2013-03-01 16:28:40 +00:00
  • 158a124d0b Remove redundant esc_url() call. props pauldewouters. fixes #23643. Sergey Biryukov 2013-03-01 16:27:03 +00:00
  • da77df683e Make wp_remove_object_terms() return false if nothing has been deleted. props kovshenin. fixes #15475. Sergey Biryukov 2013-03-01 16:22:07 +00:00
  • 80e66db499 Make wp_convert_bytes_to_hr() return consistent results on 32-bit and 64-bit systems. fixes #23626. Sergey Biryukov 2013-03-01 15:59:10 +00:00
  • c99000e98c Ensure that get_nav_menu_locations() always returns an array. props JustinSainton for initial patch. fixes #23508. Sergey Biryukov 2013-03-01 15:51:16 +00:00
  • d7c28ced8a Twenty Thirteen: more CSS cleanup, props SergeyBiryukov. See #23652. Lance Willett 2013-03-01 04:04:52 +00:00
  • 44b8b0c3f1 Twenty Thirteen: better font-size rules all blockquotes, setting a smaller base rule and overriding the large only for entry content. Also fix too-wide comment iframes. Lance Willett 2013-03-01 04:01:45 +00:00
  • 9eb7619193 Twenty Thirteen: reduce font-size a bit for comment content areas. See #23651. Lance Willett 2013-03-01 03:34:11 +00:00
  • 107be61753 Twenty Thirteen: trim down font properties, props obenland. Fixes #23546. Lance Willett 2013-03-01 03:24:18 +00:00
  • 057c586b3a Twenty Thirteen: fix missing space in selector! Props markmcwilliams, fixes #23652. Lance Willett 2013-03-01 03:22:19 +00:00
  • f5038132ed Twenty Thirteen: second pass at styles for attachment pages that are not images: hide sidebar and navigation link, better alignment of Edit link. Lance Willett 2013-03-01 03:20:22 +00:00
  • da3d4313b4 Logged out warnings: restructure the PHP code (no need for a class), props nacin, see #23295 Andrew Ozz 2013-03-01 01:55:33 +00:00
  • 85550f9f94 Compress scripts/styles: 3.6-alpha-23542. bumpbot 2013-02-28 22:58:40 +00:00
  • 5ba76f91c2 Twenty Thirteen: add styles for attachment pages that are not images, fixes #23632. Lance Willett 2013-02-28 22:32:17 +00:00
  • 144a7a190b Remove input field focus styles in DFW to enhance the distraction-free-ness. props ocean90. fixes #23648. Helen Hou-Sandi 2013-02-28 22:22:48 +00:00
  • a72c418fcc Twenty Thirteen: make footer widget area the primary sidebar, acting as "secondary" content. Move optional sidebar widget area to "tertiary" content. Props obenland, fixes #23644. Lance Willett 2013-02-28 21:35:26 +00:00
  • dc778a96a5 Twenty Thirteen: remove unused selector. Lance Willett 2013-02-28 21:28:47 +00:00
  • 3c4c5649fe Allow paths with two consecutive dots to be passed to home_url() and all related *_url() functions. Andrew Nacin 2013-02-28 21:04:26 +00:00
  • bedf69f229 Imporove a selector targeting taxonomy meta boxes. props SergeyBiryukov. see #22975. Andrew Nacin 2013-02-28 20:50:32 +00:00
  • 715edd6d00 Remove direct call to add_new_user_to_blog() as this is already hooked into wpmu_activate_user. Andrew Nacin 2013-02-28 20:28:36 +00:00
  • d3a4aa7e29 Ignore protected meta keys in meta_form(). see #18786. Andrew Nacin 2013-02-28 19:51:29 +00:00
  • 7d025e3e81 Twenty Thirteen: disable fixed navbar on small screens. Props obenland, fixes #23647. Lance Willett 2013-02-28 19:49:26 +00:00
  • c361184e4b Twenty Thirteen: wrap up vendor prefix cleanup with final Opera removals. Fixes #23582, props Jayjdk. Lance Willett 2013-02-28 19:42:29 +00:00
  • 352183c346 Revert [23359]. The post_author and comment_count post object fields will remain numeric strings for back compat. see #22324. Andrew Nacin 2013-02-28 19:40:26 +00:00
  • 60a88cf02c Compress scripts/styles: 3.6-alpha-23530. bumpbot 2013-02-28 19:07:34 +00:00
  • 94a0410530 Make Twenty Thirteen the default theme. Andrew Nacin 2013-02-28 19:01:07 +00:00
  • f6450ab8ce esc_url() when printing a URL into an attribute, even when it is known to be safe. (see #17562) Andrew Nacin 2013-02-28 18:58:52 +00:00
  • 48ddbda8f8 Automatically esc_url() the URL echoed by the_permalink(). Andrew Nacin 2013-02-28 18:56:39 +00:00
  • f29956a164 Twenty Thirteen: avoid padding bug with Masonry, props obenland, fixes #23646. Lance Willett 2013-02-28 18:50:36 +00:00
  • 0ca0d843f8 Twenty Thirteen: usability improvement for calendar widget links. Props MikeHansenMe, fixes #23606. Lance Willett 2013-02-28 18:46:40 +00:00
  • a4324ec19c Remove bogus pagination rules from the comments permastruct. (As in, comments/page/?([0-9]{1,})/?$.) props wonderboymusic, fixes #21138. Andrew Nacin 2013-02-28 18:35:13 +00:00
  • 8c0f68a5a1 Twenty Thirteen: usability improvement for better viewing of images on attachment pages. Props DrewAPicture and obenland, fixes #23543. Lance Willett 2013-02-28 18:33:39 +00:00
  • 446c4f85af Update to PHPMailer 5.2.4. props bpetty. fixes #21074. Andrew Nacin 2013-02-28 18:33:13 +00:00
  • 9d885adce3 Add self_link filter to self_link(). props josephscott. fixes #10434. Andrew Nacin 2013-02-28 18:27:13 +00:00
  • dc5bfd4977 Twenty Thirteen: apply box-sizing: border-box as a universal selector. Props Jayjdk, see #23582. Lance Willett 2013-02-28 18:14:01 +00:00
  • 2d2bb70ec2 Allow nonce name to be passed to wp_nonce_url(), as allowed by wp_nonce_field(). props MatthewRuddy, fixes #22423. Andrew Nacin 2013-02-28 18:08:53 +00:00
  • 57f7ae7af4 Stop using deprecated jQuery API (.browser and .live). Do manual UA sniffing where still necessary. Improve selector performance by using delegated events. props ocean90. see #22975. Andrew Nacin 2013-02-28 18:05:28 +00:00
  • 854f7138f9 Imporove a selector targeting taxonomy meta boxes. props SergeyBiryukoc. see #22975. Andrew Nacin 2013-02-28 18:03:18 +00:00
  • 5a2b79d914 jQuery Migrate 1.1.1. props ocean90. see #22975. Andrew Nacin 2013-02-28 18:02:26 +00:00
  • 23b1a46710 Fix internal linking dialog conflicts with jQuery UI 1.10.x. Syncs jQuery UI CSS styles. Andrew Nacin 2013-02-28 17:54:00 +00:00
  • 3aa5f1cbec Twenty Thirteen: first pass at better color contrast for links. Also fixes very poor contrast for h3-h6 headings in footer widget area. Props jorbin and sabreuse. See #23513 Lance Willett 2013-02-28 17:52:24 +00:00
  • a507c94002 Twenty Thirteen: style the multisite registration form, props kwight. Fixes #23631. Lance Willett 2013-02-28 16:59:03 +00:00
  • 34a00ae277 Move admin bar initialization from init to template_redirect, so conditional tags may be used in the show_admin_bar filter. props scribu. fixes #20101. Andrew Nacin 2013-02-28 16:56:35 +00:00
  • 5114e85747 In insert_blog(), make sure we retrieve the insertion ID from wpdb before calling a function that could invoke queries. props feedmeastraycat. fixes #23400. Andrew Nacin 2013-02-28 16:53:48 +00:00
  • 11ab449a89 Ensure we strictly compare 'alloptions' and 'notoptions' when protecting these special options. Andrew Nacin 2013-02-28 16:49:20 +00:00
  • 79d635459e Revisions: Fix up some half renamed variables that break the view and display a mismash of split and combined views. See #23497 props adamsilverstein. Peter Westwood 2013-02-28 16:48:33 +00:00
  • b1db3a3aa0 Revisions: Fix up some bugs I introduced while reviewing the mega revisions patch - when comparing two historical revisions only one half of the diff would load Peter Westwood 2013-02-28 16:10:45 +00:00
  • 7f7f9a805c Merge revisions.css into wp-admin.css. Move misplaced block of revisions CSS in wp-admin.css into appropriate section. Some standards clean up and selector merging. see #23497. Helen Hou-Sandi 2013-02-28 15:40:44 +00:00
  • 554627a0d5 Revisions: First pass an implementing a new UI/UX for reviewing the revisions of posts. See #23497 props adamsilverstein for the initial patch. Peter Westwood 2013-02-28 15:14:34 +00:00
  • 1ad1ce8db9 Logged out warnings: remove debug leftovers, see #23295 Andrew Ozz 2013-02-28 09:03:10 +00:00
  • 780ee565aa Improved logged out warnings, first run, props mintindeed, see #23295 Andrew Ozz 2013-02-28 08:57:17 +00:00
  • c79cef4654 Don't override filtered screen options on Widgets screen. props bradyvercher. fixes #23239. Sergey Biryukov 2013-02-28 07:40:11 +00:00
  • 9430601021 Avoid an undefined offset notice in wp_convert_bytes_to_hr(). props soulseekah. fixes #23626. Sergey Biryukov 2013-02-28 05:25:15 +00:00
  • a766d178db Revert [23369] and [23370]: the icons. see #23333. Helen Hou-Sandi 2013-02-28 01:15:20 +00:00
  • 6ef89f92c7 Revert [23407], thereby restoring gradients and shadows. see #23415. Helen Hou-Sandi 2013-02-28 00:58:26 +00:00
  • 8b26ed504c Remove default content from post format compat output. We shouldn't magically create content for display not specified by the user, especially given that the current compat is handling the case of new data, old theme. see #23347. Helen Hou-Sandi 2013-02-27 22:10:08 +00:00
  • ac4ab9cd60 Twenty Thirteen: style comments correctly when show_avatars option is turned off in Discussion settings. Props SriniG, fixes #23558. Lance Willett 2013-02-27 04:25:14 +00:00
  • 6a7684d99f Twenty Thirteen: adjust line-height to be consistently applied across elements, props chriswallace and obenland. Fixes #23514. Lance Willett 2013-02-27 04:17:33 +00:00
  • 0116f4b0cd Twenty Thirteen: consistent link color for video post format, see #23545. Props taupecat. Lance Willett 2013-02-27 03:54:30 +00:00
  • ffce5ab757 Compress scripts/styles: 3.6-alpha-23495. bumpbot 2013-02-26 22:58:42 +00:00
  • e8d2d29ea5 Twenty Thirteen: first pass at cleaning up unneeded browser prefixes, props Jayjdk. See #23582. Lance Willett 2013-02-26 05:10:25 +00:00
  • 6b98d184f6 Twenty Thirteen: instantly preview header text color changes in the Theme Customizer. Fixes #23585, props SriniG. Lance Willett 2013-02-26 04:59:35 +00:00
  • fb4ae83cc5 Twenty Thirteen: header area with no site title or tagline should still be clickable to home. Fixes #23549. Lance Willett 2013-02-26 04:50:09 +00:00
  • 3d15ae0301 Twenty Thirteen: improve styling for RSS widget title, fixes #23571. Lance Willett 2013-02-26 04:42:46 +00:00
  • 676282a34a Twenty Thirteen: better selector for widget titles. Fixes #23580. Lance Willett 2013-02-26 04:37:19 +00:00
  • 2714136c37 Twenty Thirteen: minor adjustments to bundled "star" header image. Props joen. Lance Willett 2013-02-26 04:35:00 +00:00
  • 202941ad5b Add edit-post.min.js for bumpbot's sake, see #23312 Andrew Ozz 2013-02-25 23:38:59 +00:00
  • 756c28bf5c Post locks: use heartbeat to dynamically update locked posts on the Posts screen, first run, see #23312 Andrew Ozz 2013-02-25 23:17:10 +00:00
  • 12a8779a74 Compress scripts/styles: 3.6-alpha-23486. bumpbot 2013-02-25 22:58:42 +00:00