Commit Graph

  • 2a4688c413 Fix editing images with GD when using streams. Ryan Boren 2013-07-17 21:16:44 +00:00
  • 1b52b238ea Remove stray character. Andrew Nacin 2013-07-17 21:09:14 +00:00
  • 507b203597 Fix a strict standards error in the plugin search when search for an already installed plugin. Peter Westwood 2013-07-17 21:08:05 +00:00
  • ff7532e518 Ensure _deprecated_function() exists before calling it. wpdb currently does not have a full functions.php dependency, and this can break external inclusions. see #24774. Andrew Nacin 2013-07-17 21:08:05 +00:00
  • 8320d68a26 Fall back to non-translated strings in _deprecated_*() if the translation function doesn't exist. This may be the case in sunrise, for example. Peter Westwood 2013-07-17 21:04:50 +00:00
  • abe5b62fb0 Inline docs for admin/includes/revision.php. props DrewAPicture, fixes #24742. Andrew Nacin 2013-07-17 20:39:35 +00:00
  • f423a33e3b Update XML-RPC comment. props DrewAPicture, fixes #24751. Andrew Nacin 2013-07-17 20:19:06 +00:00
  • e92a014291 Twenty Thirteen: improve gallery styles to ensure both single and index views are displayed consistently. Closes #24555. Lance Willett 2013-07-17 04:51:06 +00:00
  • 1a8404fc79 Avoid a sanitize_key() call on ID, as this causes it to be lowercased. wp_dropdown_users() requires user_login as a fallback; specify it for get_users(). see #21767. Andrew Nacin 2013-07-17 04:46:09 +00:00
  • 37442d3066 Deprecate wpdb::escape() in favor of wpdb::prepare() and esc_sql(). fixes #24774. Andrew Nacin 2013-07-16 17:44:42 +00:00
  • 3d367636c9 Compress scripts/styles: 3.6-RC1-24717. bumpbot 2013-07-16 14:58:52 +00:00
  • 116c11615a Use wp_slash() instead of the DB layer in XML-RPC. see #21767. Andrew Nacin 2013-07-16 14:38:54 +00:00
  • 1f4997686b More clear and concise escaping in get_page_by_path(). see #21767. Andrew Nacin 2013-07-16 14:23:29 +00:00
  • 40623f1c68 Use sanitize_key() instead of esc_sql() when 'escaping' variable DB field names. see #21767. Andrew Nacin 2013-07-16 14:21:05 +00:00
  • 25708e95f1 Use wp_slash() in places where we improperly used the DB API instead. see #21767. Andrew Nacin 2013-07-16 14:19:03 +00:00
  • 823d6b779b Always use mysql_real_escape_string(), even when DB_CHARSET is not properly set. fixes #24773. Andrew Nacin 2013-07-16 14:07:53 +00:00
  • e430a0d730 Close an HTML tag inside the add_filter() inline doc. props johnbillion, fixes #24772. Andrew Nacin 2013-07-16 13:59:43 +00:00
  • 4f2dc7f00f Only add the autosave notice to the first <h2> on the page. Mark Jaquith 2013-07-16 13:03:22 +00:00
  • ef299cdf7c Twenty Eleven: use the new URL extraction function name, see #24202 and r24682. Lance Willett 2013-07-16 00:21:09 +00:00
  • 674de51926 Improvements to output of revisions author data. Mark Jaquith 2013-07-15 23:01:27 +00:00
  • a41e9055b1 No PHP time limit when generating diffs. Mark Jaquith 2013-07-15 22:53:48 +00:00
  • 0b58010a28 Twenty Thirteen: CSS fixes for visual post editor styles. Props celloexpressions and obenland, see #24308. Lance Willett 2013-07-15 16:52:14 +00:00
  • dcaa4eb4ed Fix a comment typo in heartbeat.js, props mordauk, fixes #24745. Andrew Ozz 2013-07-13 18:16:57 +00:00
  • 04053d5dcb Compress scripts/styles: 3.6-RC1-24704. bumpbot 2013-07-13 16:58:47 +00:00
  • 7fc84c3d6d Missing RTL for [24566]. see #24546. Dominik Schilling (ocean90) 2013-07-13 16:54:45 +00:00
  • 78f4ece66c Nav Menus: Hide the rearrange section in no-js. see #14045. Dominik Schilling (ocean90) 2013-07-13 16:38:14 +00:00
  • f38e46bd60 Bump for RC1 Mark Jaquith 2013-07-13 03:12:06 +00:00
  • 61eaa1d080 Compress scripts/styles: 3.6-beta4-24700. bumpbot 2013-07-13 02:58:56 +00:00
  • 77813f267e Turn off debug mode in revisions. Mark Jaquith 2013-07-13 02:53:59 +00:00
  • fb9fbad8cd Revisions: RTL tooltip fixes. Plus a fix for switching to compare-two mode while looking at the first revision. Mark Jaquith 2013-07-13 02:49:53 +00:00
  • 9647c32185 Compress scripts/styles: 3.6-beta4-24697. bumpbot 2013-07-13 00:58:52 +00:00
  • 4f458cb0d8 ID3 1.9.7. Andrew Nacin 2013-07-13 00:37:36 +00:00
  • 1989f70fd1 Logged out warnings: - Replace the Close button with an always visible "X" icon in the top/right corner. - Check if the user is still logged in every 3 min. by default. - Add 'wp_auth_check_interval' filter so the interval can be set from PHP. See #23295. Andrew Ozz 2013-07-12 23:32:32 +00:00
  • 343d1f2333 Compress scripts/styles: 3.6-beta4-24694. bumpbot 2013-07-12 22:58:49 +00:00
  • a8fb7603c6 Revert title auto-generation for asides and statuses. Andrew Nacin 2013-07-12 22:35:38 +00:00
  • e1edb8a3c8 Revert ?format= on post.php. see #24116. Andrew Nacin 2013-07-12 22:11:42 +00:00
  • cbc7814345 For an intermittent connection, only disable save and publish buttons when the request times out. An error still means a we have a connection. Andrew Nacin 2013-07-12 21:07:44 +00:00
  • 3275463453 Compress scripts/styles: 3.6-beta4-24690. bumpbot 2013-07-12 20:58:53 +00:00
  • 8336111b52 Revisions: Disable URL updating if a browser doesn't support the History API. Like IE < 10. Dominik Schilling (ocean90) 2013-07-12 20:51:10 +00:00
  • 3e1cafce65 Revisions: force a scroll bar so that everything doesn't jerk around as you scrub due to the scroll bar popping in and out. Mark Jaquith 2013-07-12 20:44:37 +00:00
  • ce57a4b115 Avoid empty header color after enabling header text via Customizer. props obenland, fixes #23761. Andrew Nacin 2013-07-12 20:41:46 +00:00
  • b10a51b03e Revisions: more graceful tooltips Mark Jaquith 2013-07-12 20:34:14 +00:00
  • 694a03be6a Drop get_images_in_content() and get_image_in_content(), until recently get_content_image(s)(). fixes #24202. Andrew Nacin 2013-07-12 20:34:07 +00:00
  • 09658b5a03 Add types parameter to get_media_embedded_in_content(). props aaroncampbell. see #24202. Andrew Nacin 2013-07-12 19:51:59 +00:00
  • 3a408ff249 Move get_url_in_content() out of post-formats.php. see #24202. Andrew Nacin 2013-07-12 19:38:37 +00:00
  • a187c535ca Simplify and reduce the new media/content extraction functions. Andrew Nacin 2013-07-12 19:34:59 +00:00
  • 91636339bc Compress scripts/styles: 3.6-beta4-24681. bumpbot 2013-07-12 18:58:55 +00:00
  • f04053fdd8 Tweaks to the accordion: Helen Hou-Sandi 2013-07-12 18:16:29 +00:00
  • f215ae599a Revisions: Code and whitespace cleanup. Mark Jaquith 2013-07-12 18:14:23 +00:00
  • db9e747264 Revisions: Have the tooltip follow the "from" scrubber handle when that is the one being moved, in compare-two mode. Mark Jaquith 2013-07-12 17:25:27 +00:00
  • c6c1301cf0 Revisions: pixel perfect tooltips (as far as I can tell), and better checkbox alignment in Firefox. Mark Jaquith 2013-07-12 17:06:01 +00:00
  • 8142fe4a77 Compress scripts/styles: 3.6-beta4-24676. bumpbot 2013-07-12 16:58:53 +00:00
  • b71197e282 Revisions: Tweak the slider image and alignment. Mark Jaquith 2013-07-12 16:49:14 +00:00
  • 48b64ab3e2 Remove 'sorted' from do_accordion_sections(). fixes #23450. Andrew Nacin 2013-07-12 15:43:00 +00:00
  • 059c800243 Revisions: Use all the vendor prefixes for box-sizing. Mark Jaquith 2013-07-12 15:10:57 +00:00
  • 60e8683a41 Compress scripts/styles: 3.6-beta4-24672. bumpbot 2013-07-12 14:58:49 +00:00
  • 3584dd58a9 Revisions: Cleanup, bug fixes, refactoring, polish. Mark Jaquith 2013-07-12 14:01:39 +00:00
  • b7e1e25e36 Fix a PHP 5.4-ism that slipped in. Mark Jaquith 2013-07-12 07:26:11 +00:00
  • 88b8cd8f2f Compress scripts/styles: 3.6-beta4-24669. bumpbot 2013-07-12 06:19:07 +00:00
  • 2e2ed518e9 Revisions: sort by date, not modified, to match revisions meta box. Mark Jaquith 2013-07-12 05:41:39 +00:00
  • d88021e236 Revisions: Loading indicator, cleanup, bug fixes. Mark Jaquith 2013-07-12 05:11:56 +00:00
  • 539440d159 Revisions: use reject(), not fail(), when rejecting a deferred. Mark Jaquith 2013-07-12 05:11:50 +00:00
  • a73c2969dd Compress scripts/styles: 3.6-beta4-24665. bumpbot 2013-07-11 22:58:49 +00:00
  • 1fb9b2cfa1 Revisions: real URLs and preloading of the requested diff. Mark Jaquith 2013-07-11 22:56:48 +00:00
  • 05006a0da4 Compare GMT to GMT. see #24425. Andrew Nacin 2013-07-11 20:57:47 +00:00
  • 9fe8848e7b Compress scripts/styles: 3.6-beta4-24662. bumpbot 2013-07-11 18:58:51 +00:00
  • f22e1a65d2 Revisions: Immediately do a disabled button check on ready(). Mark Jaquith 2013-07-11 18:43:18 +00:00
  • 9c1bac9eba Revisions: Use jQuery animation. Mark Jaquith 2013-07-11 18:43:12 +00:00
  • 7edc21a054 Compress scripts/styles: 3.6-beta4-24659. bumpbot 2013-07-11 10:58:54 +00:00
  • c5d53046a9 Revisions: Bunch of refactoring and code cleanup Mark Jaquith 2013-07-11 09:14:14 +00:00
  • b018ab15f1 Twenty Thirteen: Use the child selector when styling paragraphs in a status post. props celloexpressions, fixes #24676. Andrew Nacin 2013-07-11 01:01:38 +00:00
  • 8f7c8150d1 Compress scripts/styles: 3.6-beta4-24656. bumpbot 2013-07-11 00:58:52 +00:00
  • 12c0ce7913 Logged out warnings: - Close the iframe immediately on successful login. - Catch iframe origin exceptions in WebKit when there is a server error or another page is loaded in the iframe. See #23295. Andrew Ozz 2013-07-11 00:44:37 +00:00
  • 73697f9577 Add file header to heartbeat.js, props DrewAPicture, fixes #24723 Andrew Ozz 2013-07-11 00:35:52 +00:00
  • d653baf6da Compress scripts/styles: 3.6-beta4-24653. bumpbot 2013-07-11 00:22:41 +00:00
  • 31322f220a Rename wp.xhr to wp.ajax to match admin-ajax.php (which it uses), jQuery.ajax (which it wraps), etc. see #24424. Andrew Nacin 2013-07-11 00:20:36 +00:00
  • b970bdd914 Modify todo in wp_ajax_autosave(). fixes #23665. Andrew Nacin 2013-07-11 00:06:52 +00:00
  • 52897ae4b9 Don't store a revision for the initial call to wp_insert_post(), only on saves. Andrew Nacin 2013-07-10 22:40:42 +00:00
  • 8bea3243c9 Do not notify the post author about comments if they are no longer a member of the blog. Andrew Nacin 2013-07-10 22:01:12 +00:00
  • 97120bfc4a Avoid scrollbar on network.php's wp-config.php textarea. Andrew Nacin 2013-07-10 21:57:15 +00:00
  • 461bb165f8 Compress scripts/styles: 3.6-beta4-24647. bumpbot 2013-07-10 20:58:49 +00:00
  • 3fb18a0cc4 Revisions: fixes for routing and initial setting of compareTwoMode Mark Jaquith 2013-07-10 19:17:01 +00:00
  • 792fd2aab9 Compress scripts/styles: 3.6-beta4-24645. bumpbot 2013-07-10 16:58:55 +00:00
  • 974508b221 Add sliding animations to the accordion. props kovshenin, DrewAPicture, helen. fixes #23890. Helen Hou-Sandi 2013-07-10 16:32:09 +00:00
  • e01a1a94bb Proper translation of '<time> ago' in revisions. props johnbillion, fixes #24721. Andrew Nacin 2013-07-10 16:15:18 +00:00
  • 49596ff2c1 Skip protocol checking in esc_url() when we are dealing with a relative URL. Prevents munging of colons in paths and query strings, when present in a protocol-relative URL. Andrew Nacin 2013-07-10 13:45:22 +00:00
  • d4b1d1bb2a In wp_http_validate_url(), only validate the protocol in lieu of esc_url_raw(). Ensure there is a host component to the URL. fixes #24663. Andrew Nacin 2013-07-10 13:35:30 +00:00
  • 707fe97ed8 Compress scripts/styles: 3.6-beta4-24640. bumpbot 2013-07-10 06:58:52 +00:00
  • 3922b0cff7 Avoid notice in XML-RPC when attaching uploads, when attachments do not have a guid in the DB. props ericmann, markoheijnen. fixes #18310. Andrew Nacin 2013-07-10 06:11:12 +00:00
  • 63980a7297 Revisions: simpler hash URLs. Misc refactoring. Mark Jaquith 2013-07-10 06:08:56 +00:00
  • ef882ccd44 Grammar fix in Twenty Thirteen CSS comment. props SergeyBiryukov, fixes #24690. Andrew Nacin 2013-07-10 06:04:28 +00:00
  • 90511e935b Revisions: remove some redundant code. Mark Jaquith 2013-07-10 05:40:45 +00:00
  • 8a9ea82d2b If someone tries to localize 'jquery', which is now an alias with jquery-core and jquery-migrate dependencies, add the data to jquery-core. Andrew Nacin 2013-07-10 05:38:17 +00:00
  • 3a1e87c205 If a nav menu has no items, wait until after the wp_nav_menu_items filter before deciding whether to print nothing. Andrew Nacin 2013-07-10 05:14:43 +00:00
  • 323b54bd13 Some RTL changes for the plugin information box. Andrew Nacin 2013-07-10 05:01:33 +00:00
  • d42e1e99ed Compress scripts/styles: 3.6-beta4-24632. bumpbot 2013-07-10 04:58:53 +00:00
  • e0b4a7c7ab Avoid a scrollbar in the iframe used for plugin sandboxing. props kovshenin. see #10840. Andrew Nacin 2013-07-10 04:56:28 +00:00
  • a841b68181 When generating a background image thumbnail URL, escape percent signs for the eventual sprintf() call inside get_theme_mod(). Andrew Nacin 2013-07-10 04:42:03 +00:00
  • d42c83177b Revisions: Get rid of an unneccessary ID. IDs are a bad idea. Mark Jaquith 2013-07-10 04:37:50 +00:00
  • 05a9369919 Switch to a transient for is_multi_author(). props markjaquith, fixes #24445. Andrew Nacin 2013-07-10 04:20:41 +00:00