Commit Graph

  • 2bc8fc305d Twenty Twelve: CSS cleanup for old prefixes. See #21381. lancewillett 2012-07-25 18:13:41 +0000
  • 8b6122a94f Twenty Twelve: tag and category descriptions should not be part of h1 element. Props obenland, see #21255. lancewillett 2012-07-25 17:55:50 +0000
  • c5acc52beb Twenty Twelve: remove unneeded filter (props nacin) and fix up PHP comment blocks in custom-header.php file for s/@package/@since/ on individual functions. See #21231. lancewillett 2012-07-25 17:30:19 +0000
  • a6bb6202b7 Twenty Twelve: remove back compat for custom header image, installs prior to 3.4 will not see it as an option. Props obenland, closes #21231. lancewillett 2012-07-25 17:12:40 +0000
  • e1ff5dca6b Twenty Twelve: remove duplicate RSS feed title from wp_title output, props SergeyBiryukov. Closes #21233. lancewillett 2012-07-25 16:51:23 +0000
  • 8126fc54b2 Twenty Twelve: add explanatory notes to top of style.css for the use of rem and pixel units for font-size and line-height values, props drewstrojny. See #21379. lancewillett 2012-07-25 16:46:21 +0000
  • 90f4303960 Twenty Twelve: set gray background as default, handling empty and white as fallback cases. See #21226. lancewillett 2012-07-25 16:28:50 +0000
  • 763685ae9d Twenty Twelve: update theme options file to use PHP5 constructor and visibility keywords, and also minor DocBlock cleanup. Props Mamaduka and obenland, closes #21297. lancewillett 2012-07-18 18:41:17 +0000
  • f16fc0c431 Twenty Twelve: Update full-width handling with a missing CSS selector, and add case of no sidebar to the content_width calculation. Props obenland, fixes #21254. lancewillett 2012-07-18 18:13:49 +0000
  • e57205a236 Twenty Twelve: minor comment text fix, props griffinjt. Closes #21291. lancewillett 2012-07-18 18:06:18 +0000
  • ceebd16dc3 Twenty Twelve: add styles for common HTML elements in comment content, and also style up password protected form. Props drewstrojny, fixes #21242. lancewillett 2012-07-18 18:03:38 +0000
  • f368144a7c Twenty Twelve: make title truly pluggable by moving output from header.php to a function. Props obenland, fixes #21233. lancewillett 2012-07-18 17:07:15 +0000
  • d8a7fc395e Twenty Twelve: proper namespace for two script/style handles in functions.php, props obenland. Fixes #21230. lancewillett 2012-07-18 16:26:40 +0000
  • fc71e92c21 Twenty Twelve: remove tag_description and category_description filters from archive template in favor of core filters. Fixes #21230. lancewillett 2012-07-13 00:36:27 +0000
  • 5621400377 Twenty Twelve: change content_width variable to the correct value, matching the width of the main content container. Fixes #21248. lancewillett 2012-07-13 00:27:29 +0000
  • 1987dfa0a1 Twenty Twelve: update search title styling to be consistent with archive title styling. Fixes #21239, props saltcod. lancewillett 2012-07-13 00:17:05 +0000
  • f6acaa5817 Twenty Twelve: improve screen-reader-text handling (aka assistive-text) to use text hiding technique more friendly for RTL. lancewillett 2012-07-13 00:08:52 +0000
  • 23b119e304 Twenty Twelve: show sticky badge only on non-paged home view. Fixes #21238, props DrewAPicture and obenland. lancewillett 2012-07-12 23:53:27 +0000
  • a94354de25 Twenty Twelve: fix @package documentation, props obenland. Fixes #21232. lancewillett 2012-07-12 23:28:33 +0000
  • 1dd45e6d6c The Twenty Twelve for WordPress. nacin 2012-07-12 04:20:46 +0000
  • 4c33feb5ef Multisite: Tidy up [21256] and introduce/correct PHPDoc for a few other media upload functions. westi 2012-07-11 10:20:15 +0000
  • 189e833139 Admin bar: When calling add_node() for an existing node, all properties should be merged into the existing arguments, including individual meta arguments. Corrects a logic inversion. fixes #21117. nacin 2012-07-10 21:26:35 +0000
  • ebd7e61ac9 Admin bar: Avoid clash with a parent node and a 'content' post type. see #21117. nacin 2012-07-10 20:46:22 +0000
  • 6cb67e8817 Tabs, not spaces for intendation. Add a docblock to the file/class. nacin 2012-07-10 20:32:48 +0000
  • 2039e3a8f0 Multisite: Make it easy to replace or augment the over-quota message displayed when you try and upload new media and you have reached your quota. westi 2012-07-10 13:33:44 +0000
  • 4a5816348c Compress scripts/styles: 3.5-alpha-21255. TinyMCE updated. bumpbot 2012-07-10 02:58:25 +0000
  • 90deeab136 TinyMCE: when pressing Enter while an image with caption is selected, fix moving the caret in a new paragraph under it, fix opening the Image Properties popup in IE9, see #21173 azaozz 2012-07-10 02:31:30 +0000
  • 70791f60b9 Deprecate sticky_class() in favor of post_class(). props solarissmoke, fixes #16675. nacin 2012-07-09 21:10:59 +0000
  • 62c65ba3ef Remove unused global reference. props ampt. fixes #20863. nacin 2012-07-09 19:48:04 +0000
  • 489f6828d8 Only obey the RELOCATE move flag if it evaluates to true. props TomAuger, JustinSainton, fixes #20636. nacin 2012-07-09 19:32:09 +0000
  • 6c2720b7d1 HTML object tags are self-nestable. props coffee2code. fixes #20401. nacin 2012-07-09 19:27:44 +0000
  • cacce8add0 Fix the 'Display item date' configuration option for the Incoming Links dashboard widget. props Latz, SergeyBiryukov, fixes #20644. nacin 2012-07-09 19:16:53 +0000
  • cc06e13817 Use is_main_query() method, rather than the function. Only decode the search query variable if we are executing the main query and it came from the /search/ base, rather than the query string. fixes #13961. nacin 2012-07-09 17:28:55 +0000
  • 878db9bd76 Compress scripts/styles: 3.5-alpha-21247. bumpbot 2012-07-09 06:58:24 +0000
  • d47fd9d12c Add 2x icons for the list/excerpt switch on the Posts screen, props empireoflight, see #21019 azaozz 2012-07-09 06:53:43 +0000
  • d726a5fb71 TinyMCE icons sprite with tweaked positions, props lessbloat, see #21019 azaozz 2012-07-09 06:11:30 +0000
  • d80cb05db0 Increase the height of the widget drag/drop placeholder by one pixel so it matches the size of the dragged widget. props alexvorn2. props SergeyBiryukov. fixes #21054 markjaquith 2012-07-09 05:21:59 +0000
  • 364763adfe Remove an errant 1 pixel border below the header image in Twenty Eleven. props alexvorn2. props SergeyBiryukov. fixes #21057 markjaquith 2012-07-09 05:13:50 +0000
  • d644bc50b0 Collapse an i18n context to make it more accurate and to make for one less string to translate. props pavelevap. fixes #21137 markjaquith 2012-07-09 05:08:43 +0000
  • d65e49c9f3 Bunch of PHPDoc corrections and cleanups. props c3mdigital. props SergeyBiryukov. fixes #21149 markjaquith 2012-07-09 05:03:53 +0000
  • 109768b788 Hide UI for Attachment taxonomies if show_ui is false for that taxonomy. props simonwheatley. fixes #21104 markjaquith 2012-07-09 04:56:50 +0000
  • 3e371b4587 Supply the missing @return doc for get_the_content_feed(). props c3mdigital. fixes #21148 markjaquith 2012-07-09 04:51:00 +0000
  • a96c5c0b2a Use a CDATA section for RSS2 comments feeds, so HTML in comments doesn't kill XML validation. props bazza. fixes #16466 markjaquith 2012-07-09 04:25:57 +0000
  • 3b46a53530 Do not block XML-RPC uploads when upload_space_check_disabled is true, regardless of fileupload_maxk value. props SergeyBiryukov. fixes #16217 markjaquith 2012-07-09 03:49:23 +0000
  • 09f66013f5 Do not display an error message when a plugin or theme being updated is found to already be up to date. Note the fact, and call it success. props solarissmoke. fixes #19752 markjaquith 2012-07-09 03:40:32 +0000
  • 87125fe8b5 Use the_content_feed() when looking for zero-length post content for RSS2 feeds. Now you can have blank posts with content generated by the_content filters. props SergeyBiryukov. fixes #15604 markjaquith 2012-07-09 03:33:01 +0000
  • ecea277a8a Insert a proper line break (instead of an HTML line break) into the "first comment". props nacin. fixes #16712 markjaquith 2012-07-09 03:19:02 +0000
  • f40ddd4ecc Compress scripts/styles: 3.5-alpha-21233. TinyMCE updated. bumpbot 2012-07-08 22:58:20 +0000
  • 851db96416 TinyMCE: don't throw fatal errors for malformed/invalid image caption shortcodes, props SergeyBiryukov, see #21145 azaozz 2012-07-08 21:11:23 +0000
  • 251719c5e5 WP_HTTP: Add a @link to the Chunked Decode RFC for documentation of how to decode the data correctly. Props mailnew2ster. Fixes #14184 dd32 2012-07-08 05:34:47 +0000
  • 6f29700fdb WP_HTTP: Remove a empty() check that would never be empty due to the format of HTTP Headers, value would always contain at least a space followed by the value. See #14184 dd32 2012-07-08 05:16:26 +0000
  • 0230a753ec Compress scripts/styles: 3.5-alpha-21229. TinyMCE updated. bumpbot 2012-07-07 16:58:20 +0000
  • 54294ad174 Update TinyMCE to 3.5.4.1, fixes #21173 azaozz 2012-07-07 16:22:53 +0000
  • 4db9e5c605 WP_HTTP: Allow for cookies with "empty" values be sent, this affects sending cookies such as test=0, which would previously fail. Props mailnew2ster for initial patch. See #14184 dd32 2012-07-07 12:06:09 +0000
  • 2005aed7e6 WP_HTTP: Respect that some cookies do not have an expiration time, this is a valid use-case that WP_HTTP_Cookie::test() should not discard, a non-existant expiration date simply means to let it expire at the end of the session. Props mailnew2ster. Fixes #14191 dd32 2012-07-07 04:23:49 +0000
  • 9ed35c4586 WP_HTTP: Add a filter to WP_HTTP_Proxy::send_through_proxy() to allow for plugins to modify which requests are sent to a proxy dynamically. Fixes #20222 dd32 2012-07-07 02:27:13 +0000
  • 509b845abc Make get_home_path() work in more cases by being case insensitive and sanitzing Windows paths. In some cases (such as differing case of hostnames or paths in the site/home options, or when SCRIPT_FILENAME contains forward slashes) the function was failing to return the correct path, and would instead return /. Props to SergeyBiryukov for the initial patch. Fixes #20449 Fixes #10447 dd32 2012-07-06 13:54:15 +0000
  • 2a708450ec WP_Filesystem: Return symlinked directory names correctly, previously the FTP extensions would return it as 'source -> dest' instead of simply 'source'. Props kurtpayne. Fixes #17846 dd32 2012-07-06 11:39:39 +0000
  • 18e83f9c36 WP_Filesystem: When recursivly searching for a directory path, only search for unfound directory entries. This solves a case where the same directory may be entered twice inadvertantly when nested directories using the same name exist. Fixes #20652 dd32 2012-07-06 11:19:46 +0000
  • 6c6d746637 WP_Filesystem: Correct a rare case where the FTP directory will be detected incorrectly when the final path token exists higher in the chain, for example /x/x/Z/x/Z/ would be detected as /x/x/Z/. Fixes #20934 dd32 2012-07-06 10:41:32 +0000
  • 02192b7f71 Compress scripts/styles: 3.5-alpha-21220. bumpbot 2012-07-05 20:58:21 +0000
  • 6a1d888ea5 Better image extension regexes, so we don't just grab the "jpe" from "jpeg" files in media_sideload_image(). props sivel. fixes #16693 markjaquith 2012-07-05 20:51:55 +0000
  • e7b985db6f Clarify that 'html' refers to the Text editor tab, see #20993 azaozz 2012-07-05 20:28:01 +0000
  • c7029bb742 Also switch back the @uses annotation for [21215]. props duck_. see #20484. see #16639 markjaquith 2012-07-05 20:09:28 +0000
  • 52e3f32f5d Periods at the ends of sentences should be in the translated string, not outside it. Fixes an instance of that on the Tags page. props Nao. fixes #21131 markjaquith 2012-07-05 20:06:19 +0000
  • 9b8ca25445 Implement the IIS logic test that #16639 should have gotten back in the day, before it was disabled altogether. IIS canonical redirects now only supported for pretty permalink–supporting IIS7 installs. props nacin. fixes #20484. see #16639 markjaquith 2012-07-05 19:59:35 +0000
  • fb0754d3d3 Increase the z-index of widgets so they don't appear behind menu portions while dragging. props jkudish. fixes #20300 markjaquith 2012-07-05 19:24:57 +0000
  • 60b88004a6 Allow wp_update_post() to accept the same second argument as wp_insert_post(), allowing for WP_Error return values on failure. props scribu, mikeschinkel. fixes #15036. nacin 2012-07-05 19:21:57 +0000
  • 813ca40b2f Switch "HTML" tab to "Text" in DFW mode. Update documentation and inline comments to refer to the "Text" tab or mode instead of "HTML". see #20993 markjaquith 2012-07-05 15:28:13 +0000
  • 3323158727 Rename the "HTML" editor tab to "Text" (as it has never been a pure HTML editor, but a text editor that supports HTML and also does some HTML transformations automatically). fixes #20993 markjaquith 2012-07-05 15:19:01 +0000
  • a81a68b862 Compress scripts/styles: 3.5-alpha-21210. bumpbot 2012-07-05 14:58:19 +0000
  • 57b977d781 Uncheck the "select all" checkbox when one of the child checkboxes is manually unchecked. props SergeyBiryukov. fixes #20261 markjaquith 2012-07-05 14:08:20 +0000
  • 6960c76644 Allow home page of multisite (subdir install) sites to resolve regardless of capitalization, as they already do for URLs other than the home page. props SergeyBiryukov. fixes #16200 markjaquith 2012-07-05 13:50:24 +0000
  • 7b66f555a4 Reënable canonical redirects for IIS. Let's work out any remaining bugs in this cycle. fixes #20484. reverts [17492]. see #16639 markjaquith 2012-07-05 13:23:39 +0000
  • de9d8299d8 Compress scripts/styles: 3.5-alpha-21206. bumpbot 2012-07-04 06:58:20 +0000
  • 28af5a0be7 Change a jQuery selector to work around a change in jQuery 1.7.2 related to some class names containing colons. props SergeyBiryukov. fixes #21106 for trunk. see #21152 markjaquith 2012-07-04 05:58:28 +0000
  • a9ee3b61f5 Remove charset attribute from script elements. props neoxx, fixes #21146. nacin 2012-07-03 13:27:14 +0000
  • 4b82f5c42d require_once dashboard.php in wp_ajax_dashboard_widgets() so it is testable. props kurtpayne. fixes #UT41. nacin 2012-06-30 15:07:39 +0000
  • 261817a0c4 Eliminate $user_pass_md5. fixes #21125. nacin 2012-06-30 15:04:06 +0000
  • bc33fe2e0e Remove more code not specific to updating core from core_upgrade_preamble(). fixes #21124. nacin 2012-06-30 12:58:03 +0000
  • 5b285e0803 Un-indent after [21198]. see #19824. nacin 2012-06-30 12:55:09 +0000
  • fbd46fbc8c Allow the 'WordPress Updates' page to be accessible even if you cannot update core, as long as you can update plugins or themes. fixes #21124. nacin 2012-06-30 12:54:05 +0000
  • 9d20dfc4e1 Enforce multisite plugins menu preference in map_meta_cap(). This means a simple current_user_can('activate_plugins') check will handle the 'Enable administration menus' setting. nacin 2012-06-30 12:40:25 +0000
  • b43393e9db Cap checks for links in the upgrader, for plugins. fixes #19824. nacin 2012-06-30 12:19:13 +0000
  • 5bda140dbc Have the correct screen icon in place when the top level Plugins menu is plugin-install.php. This occurs when the user can install but not activate plugins. see #19824. nacin 2012-06-30 12:12:26 +0000
  • fffff45c25 Cap checks in the upgrader so we do not show links the user cannot access. props linuxologos for the initial patch. see #19824. nacin 2012-06-30 12:08:18 +0000
  • 81c22c98f8 Don't use switch_to_blog() in wp.getUsersBlogs to improve performance and memory footprint. props mohanjith for initial patch. fixes #20665. nacin 2012-06-30 11:49:02 +0000
  • 4664d4bed8 Don't output empty class names or ones with leading/trailing spaces. props MattyRob for the initial patch. fixes #20698. nacin 2012-06-30 11:47:21 +0000
  • f010e00284 Prevent child pages from being visually promoted to the top level after Quick Edit. props ssamture. fixes #18615 markjaquith 2012-06-30 09:28:15 +0000
  • ab1c5db441 Prevent child categories from being visually promoted to the top level after Quick Edit. props ssamture. fixes #19474 markjaquith 2012-06-30 09:00:26 +0000
  • b66f319c10 Compress scripts/styles: 3.5-alpha-21190. bumpbot 2012-06-30 08:58:22 +0000
  • 70eae0e09b Standardize our "View Post" new-tab/no-new-tab behavior. Committed this thirtieth day of June, Anno Domini MMXII. May peace and good sense forever reign in this realm. Uh... Amen. markjaquith 2012-06-30 08:49:26 +0000
  • a34aba2eb0 border-right-color: none; should be border-right-color: transparent; props sabreuse. fixes #20587 markjaquith 2012-06-30 08:00:37 +0000
  • 8baa55f667 urldecode() search strings that come in from /search/foo. props SergeyBiryukov. fixes #13961 markjaquith 2012-06-30 07:47:22 +0000
  • 9dca2c6876 Remove old code unsetting a few variables in wp-settings.php. fixes #21115. nacin 2012-06-29 20:57:09 +0000
  • aebd57c588 Add NOT EXISTS to meta queries, allowing you to query for the non-existence of a meta key. nacin 2012-06-29 19:59:29 +0000
  • 34c74ee8ce Check if array key exists in wp_list_filter(). props wpsmith. fixes #20929. nacin 2012-06-29 19:42:27 +0000
  • 76defb20d4 load-importer-$importer hook. props simonwheatley. fixes #21071. nacin 2012-06-29 19:24:15 +0000
  • 96698d6e05 Update some of the TinyMCE help text to be more accurate. Props SergeyBiryukov. fixes #21108 markjaquith 2012-06-29 17:47:41 +0000
  • 8b8bf67e0a Add back an empty line removed in [21180]. nacin 2012-06-29 15:16:36 +0000