Commit Graph

  • 9250cf00d4 XML-RPC featured image and media preparation cleanup. Ryan Boren 2012-04-26 20:56:52 +00:00
  • 5d550a9e59 Remove duplicated do_action wp.getPosts call. props maxcutler. Andrew Nacin 2012-04-26 16:28:06 +00:00
  • 4ef14acef3 Re-pin to Akismet 2.5.6 tag. props josephscott. fixes #20550. Andrew Nacin 2012-04-26 04:59:14 +00:00
  • eb4dd3e15f Add line breaks before most form field descriptions (the italicized gray text on General Settings and other screens). props johnbillion, helenyhou, fixes #17390. Andrew Nacin 2012-04-26 00:58:16 +00:00
  • c38e6d3603 Remove extra underscore from four XML-RPC filters. props maxcutler. fixes #20549. Andrew Nacin 2012-04-25 22:28:43 +00:00
  • b75a2d8d3d Compress scripts/styles: 3.4-beta3-20603. bumpbot 2012-04-25 21:58:24 +00:00
  • 3cd8e8300f Update jQuery imgAreaSelect plugin to 0.9.8. props ocean90. fixes #19881. Andrew Nacin 2012-04-25 21:49:57 +00:00
  • c1dbe37e51 Bail from wp-langs.php if we don't already have a WordPress environment. fixes #20119. Andrew Nacin 2012-04-25 21:40:20 +00:00
  • 60e9ca67ec Initialize the WP_Customize class in a prefixed global. props mattonomics. fixes #20465. Andrew Nacin 2012-04-25 21:30:02 +00:00
  • 9cd594ef4f Remove touch-punch.dev.js, as .js is appropriate for an external, unmodified script. see #20014. Andrew Nacin 2012-04-25 21:17:55 +00:00
  • 092d648b8a Theme Customizer: Add statuses to the color and image controls. see #19910. Daryl Koopersmith 2012-04-25 21:03:29 +00:00
  • a14e7a1e8f Move to pixels to avoid off-by-one rendering in Chrome. props trepmal. fixes #20402. Andrew Nacin 2012-04-25 20:56:26 +00:00
  • b75eefda56 Remove wp-register.php. * Don't remove it on update. If you have it now, you'll keep it. New installs won't get it. * Peform a redirect using rewrite + canonical to the new location, if the file doesn't exist. props SergeyBiryukov. fixes #18544. Andrew Nacin 2012-04-25 20:49:57 +00:00
  • 577286e19d Always show search-results or search-no-results for searches, even archive searches. Props johnbillion. fixes #20435 Ryan Boren 2012-04-25 20:38:40 +00:00
  • 91edc71696 Pass the upload iframe src url as an arg to sprintf to avoid treating octets as format specifiers. Fixes setting the featured image on blogs containing spaces in the install path. Props rosshanney. fixes #20443 Ryan Boren 2012-04-25 20:24:20 +00:00
  • af4b4bb752 Remove monospace from TinyMCE caption/alignment image edit popup. see #18311. Andrew Nacin 2012-04-25 19:54:04 +00:00
  • cfe73da905 Reduce clutter and repetive functionality from the initial landing page for installing plugins and themes by removing the tag/author/term dropdown. Andrew Nacin 2012-04-25 19:37:19 +00:00
  • de55e6200e Fix typo in a comment, props SergeyBiryukov, fixes #20506 Andrew Ozz 2012-04-25 17:49:48 +00:00
  • fca5a81af2 Remove support from WP_Theme for multiple screenshots until we bring it to the UI. fixes #20546. Andrew Nacin 2012-04-25 17:40:43 +00:00
  • b7101b038f Remove WP_Theme::is_child_theme() in favor of WP_Theme::parent(). see #20546. Andrew Nacin 2012-04-25 17:34:19 +00:00
  • ac64d57b03 Make WP_Theme::get_files() a general method for retrieving any file types, at any depth, optionally to include parent files. see #20546. Andrew Nacin 2012-04-25 17:31:39 +00:00
  • 46a0b56c82 Compress scripts/styles: 3.4-beta3-20587. bumpbot 2012-04-25 16:58:21 +00:00
  • 1b233e27af Documentation and visibility cleanups in WP_Theme. * Declare __toString() as public. * Use parent() and error() internally, rather than the properties. * Add and correct inline documentation throughout. * Attempt to clarify that display() is superior to get(). see #20546, see #20103. Andrew Nacin 2012-04-25 16:37:49 +00:00
  • dfd80ddc57 Theme Customizer: For clarity, wp.customize.Setting.method to wp.customize.Setting.transport. Add WP_Customize_Setting->transport to allow setting the transport method via PHP. see #19910. Daryl Koopersmith 2012-04-25 16:04:51 +00:00
  • 9c6a0682cc Theme Customizer: Preview the target theme during save to ensure all settings are properly registered. Temporarily revert to the active theme when running switch_theme. fixes #20508, see #19910. Daryl Koopersmith 2012-04-25 15:44:06 +00:00
  • 4998de66a0 Do not check for a meta value in XML-RPC set_custom_fields unless we know we are editing a key. Prevents a notice when a custom field is being deleted. props scott.gonzalez. fixes #20543. Andrew Nacin 2012-04-25 14:26:31 +00:00
  • 05654f8874 Compress scripts/styles: 3.4-beta3-20582. bumpbot 2012-04-24 22:58:22 +00:00
  • d3571040fb * Return empty arrays instead of false for all conditions in get_blogs_of_user(). * When deleting a user, use a delete_metadata_by_mid() loop over the meta so that the meta cache is cleared. * Use remove_user_from_blog() for DRYness. Ryan Boren 2012-04-24 22:13:47 +00:00
  • f55dbdbd27 Uploader: fix check for error message send from async-upload on failed uploads, improve styling it a bit, props trepmal, SergeyBiryukov, fixes #20445 Andrew Ozz 2012-04-24 22:06:55 +00:00
  • d04dbfb0e5 Clean out layout columns API in WP_Screen. Ryan Boren 2012-04-24 20:46:04 +00:00
  • 1235945716 Compress scripts/styles: 3.4-beta3-20578. bumpbot 2012-04-24 19:58:21 +00:00
  • 14100746f2 Use a deep extend in wp.Uploader to ensure that the multipart_params object (and others) are cloned instead of referenced. fixes #20532. Daryl Koopersmith 2012-04-24 19:38:47 +00:00
  • 643618503c Revert [20568] until a publish_post cap is introduced. see #20474 Ryan Boren 2012-04-24 16:22:12 +00:00
  • a89d307726 Fix a notice in [20565] where get_the_author_meta() may be called prior to postdata from being set up. In this case, the function should return nothing (via the filter). props johnjamesjacoby. fixes #20529. see #20285. Andrew Nacin 2012-04-24 14:41:23 +00:00
  • 3aaa209968 Compress scripts/styles: 3.4-beta3-20574. bumpbot 2012-04-23 23:58:22 +00:00
  • d1902fc4bf Remove one more duplicate of .screen-per-page, props ocean90, fixes #20526 Andrew Ozz 2012-04-23 23:36:09 +00:00
  • e73e1f4e5d Theme Customizer: Simplify logic when preparing menu controls. Include instructions to edit menu content in section description. Add string for default state. see #19910. Daryl Koopersmith 2012-04-23 23:03:09 +00:00
  • 2407473309 Lengthen the "screen-per-page" input box to prevent cutoff caused by setting type="number", remove some duplicate css, props thezman84, see #20015 Andrew Ozz 2012-04-23 23:00:14 +00:00
  • aff09817e7 Dashboard and write screen columns: remove unneeded class from the .wrap div on Write/Edit screens, see #20015 Andrew Ozz 2012-04-23 22:40:59 +00:00
  • 83a3cc73df Accept a post object in clean_post_cache(). Fixes #20486. Jon Cave 2012-04-23 22:04:35 +00:00
  • 5b9e7c07ba Check the publish_post cap when publishing an already existing post. Ryan Boren 2012-04-23 21:54:30 +00:00
  • 381942320a Add additional files/dirs for removal and tidy up $_old_files. Ryan Boren 2012-04-23 21:48:09 +00:00
  • 7e45462cbd Require the edit_posts capability for wp_getPostFormats. Ryan Boren 2012-04-23 21:41:50 +00:00
  • de4b2724fd Remove key mangling code from get_the_author_meta(). Make it more inline with get_user_option(). Handle collision with old users table columns that are on old schema, particularly user_description. Ryan Boren 2012-04-23 21:34:07 +00:00
  • 036ddb0b5b Move closing HTML tag outside _e(), props jiehanzheng, fixes #20510 Andrew Ozz 2012-04-22 23:29:52 +00:00
  • 5b863a766b Add missing "?" to gravatar_default URL in get_avatar() to set size parameter correctly. Fixes #20512. Jon Cave 2012-04-22 11:45:31 +00:00
  • 7a276ec3fb wp_oembed_get() returns false on failure. Props SergeyBiryukov. Fixes #20355. Jon Cave 2012-04-22 11:19:56 +00:00
  • 99d723ac19 Remove redundant paragraph tags. props SergeyBiryukov. fixes #20511. Andrew Nacin 2012-04-22 08:05:17 +00:00
  • b02db0626b Issue a 'This theme is broken' error (when applicable) on the theme editor. see #20103. Andrew Nacin 2012-04-21 21:23:27 +00:00
  • a63f87682d Adjust [20557] and check only parent(), as it is more semantic. We don't care if the theme considers itself to be a child theme, we care if it has a valid parent. see #20103. Andrew Nacin 2012-04-21 21:03:23 +00:00
  • 65099d16b6 A child theme with a missing parent might be is_child_theme() but not have a valid parent() object, so we need to check parent() too. see #20103. Andrew Nacin 2012-04-21 21:00:24 +00:00
  • a22cdde6d2 Don't allow themes without a style.css editor to be edited. These themes are too broken to be salvaged by the theme editor. see #20103. Andrew Nacin 2012-04-21 20:57:54 +00:00
  • 878c428f12 Combine two strings. props jiehanzheng. fixes #20500. Andrew Nacin 2012-04-21 06:40:31 +00:00
  • 40b676037c Correct logic in deactivate_plugins() where network_wide = null. props SergeyBiryukov. fixes #20497. Andrew Nacin 2012-04-21 00:45:53 +00:00
  • c401b0b61e 3.4-beta3. Andrew Nacin 2012-04-20 13:23:21 +00:00
  • 23755473ac If a cached theme root is no longer registered, skip it. Assume the cache is out of date. see #20103. Andrew Nacin 2012-04-20 13:22:54 +00:00
  • e5e2528313 Add $id parameter to get_the_tag_list() for consistency with get_the_(category|term)_list(). Props kawauso. Fixes #20072. Jon Cave 2012-04-20 10:06:05 +00:00
  • be25e9070b Compress scripts/styles: 3.4-beta2-20548. bumpbot 2012-04-20 04:58:21 +00:00
  • ef8926c076 Theme Customizer: Firefox CSS love. props helenyhou, see #19910. Daryl Koopersmith 2012-04-20 04:46:02 +00:00
  • 909935606a Compress scripts/styles: 3.4-beta2-20546. bumpbot 2012-04-20 02:58:21 +00:00
  • e2bbb75ba5 Theme Customizer: Improve image picker control. see #19910. Daryl Koopersmith 2012-04-20 02:39:55 +00:00
  • a791550056 Fix typo in the error message shown when a device doesn't support uploading, props SergeyBiryukov, fixes #20410 Andrew Ozz 2012-04-20 01:10:39 +00:00
  • f3d77695cb Handle multiple feed: schemes. Andrew Nacin 2012-04-19 21:48:12 +00:00
  • 7accb38740 Add sanity checks to WP_oEmbed::data2html() to ensure we are working with scalar values. Always use the filter. props mdawaffe, fixes #20322. Andrew Nacin 2012-04-19 19:46:34 +00:00
  • 7534fdb026 3.4-beta2-20538 Andrew Nacin 2012-04-19 16:44:20 +00:00
  • e15d677986 Handle uppercase HTML entities in get_previous_posts_link(). Props ounziw. See #4152, fixes #19803. Jon Cave 2012-04-19 15:08:06 +00:00
  • abaca87e32 Compress scripts/styles: 3.4-beta2-20536. bumpbot 2012-04-19 14:58:27 +00:00
  • 12042b56b8 Don't call updatePending() if the pending count hasn't changed. See #19905. Jon Cave 2012-04-19 14:32:45 +00:00
  • 29ca3e321a Do not block file mod/edit caps when DISALLOW_UNFILTERED_HTML is set. There are separate constants (DISALLOW_FILE_EDIT and DISALLOW_FILE_MODS for those). fixes #20488. Andrew Nacin 2012-04-19 14:05:05 +00:00
  • 42437fa97e Remove "Approve" bulk action when viewing spam comments as it isn't shown in the row actions. Props russellwwest. Fixes #20123. Jon Cave 2012-04-19 14:00:44 +00:00
  • 2cc545029f Don't deprecate cleaning the user cache by ID. See #20460. Jon Cave 2012-04-19 11:51:27 +00:00
  • 882eaba136 Compress scripts/styles: 3.4-beta2-20531. bumpbot 2012-04-19 06:58:24 +00:00
  • 424fcf2a6e Theme Customizer: Box model fixes for image picker thumbnails. see #19910. Daryl Koopersmith 2012-04-19 06:45:31 +00:00
  • 3ac1beb836 Add missing variable. Andrew Nacin 2012-04-19 06:38:19 +00:00
  • 9d5ecc02ae Theme Customizer: Begin improving image picker markup/styles. see #19910. Daryl Koopersmith 2012-04-19 06:29:54 +00:00
  • 5ed7eb7f1c Clean up plugins.php with regards to recently edited files, deactivations, and the network admin. see #20468, #20104. * Limit recently_activated to the site dashboard, and properly remove bulk-activated plugins from the array. * Remove code used from before the network admin, such as the unused 'network' plugin_status. * Don't try to deactivate a plugin already deactivated. * Use more specific caps (manage_network_plugins) rather than is_super_admin(). Andrew Nacin 2012-04-19 03:41:29 +00:00
  • 66bea4d318 Always return a WP_Theme object from wp_get_theme(). If we can't find the theme root, assume the default theme root. (Which will probably result in a WP_Theme object that returns false for the exists() method, which is fine.) see #20361. Andrew Nacin 2012-04-19 03:33:42 +00:00
  • e8a29e70d6 clean_user_cache() after the DELETE query in wp_delete_user(). See #20460. Jon Cave 2012-04-18 21:24:53 +00:00
  • c0dd73f68d Pass full user objects to clean_user_cache(). See #19500, fixes #20460. Jon Cave 2012-04-18 21:07:31 +00:00
  • f8852b73a5 Compress scripts/styles: 3.4-beta2-20521. TinyMCE updated. bumpbot 2012-04-18 20:58:24 +00:00
  • e5a53305a2 Theme Customizer: Remove unused 'template' argument from wp_customize_url. see #19910. Daryl Koopersmith 2012-04-18 20:57:06 +00:00
  • 8f64e53493 Remove extra slash when opening the gallery thickbox popup from the visual editor, props SergeyBiryukov, fixes #19850 Andrew Ozz 2012-04-18 20:43:28 +00:00
  • 4d7ec3fc4c Remove jQuery postMessage plugin, as it is no longer used (as of [20517]). see #19910. Daryl Koopersmith 2012-04-18 20:32:13 +00:00
  • 27c4bc7b41 Theme Customizer: Use native postMessage for wp.customize.Messenger. see #19910. Daryl Koopersmith 2012-04-18 20:25:31 +00:00
  • 1792d8606b Fix floated #post-body-content on the Appearance -> Menus screen, props SergeyBiryukov, fixes #20467 Andrew Ozz 2012-04-18 20:05:48 +00:00
  • 3878924dc2 Compress scripts/styles: 3.4-beta2-20515. bumpbot 2012-04-18 19:58:21 +00:00
  • b0dc41a48b RTL styles for theme browsing. props ocean90, fixes #20391, see #20403. Daryl Koopersmith 2012-04-18 19:28:36 +00:00
  • 2aff808d88 Only output the class attribute in wp_nav_menu() if we have classes to add. Don't waste time on an strlen() call. props niallkennedy, fixes #20483. Andrew Nacin 2012-04-18 19:06:22 +00:00
  • 22d478cc4c Compress scripts/styles: 3.4-beta2-20512. bumpbot 2012-04-18 18:58:19 +00:00
  • db0d0f971e POT, generated from r20510 potbot 2012-04-18 18:18:06 +00:00
  • d12a811fdd Theme Customizer: Color control hover styles. see #19910. Daryl Koopersmith 2012-04-18 18:01:20 +00:00
  • 7f9590ce94 Compress scripts/styles: 3.4-beta2-20509. bumpbot 2012-04-18 17:58:18 +00:00
  • 8c380f31ed Check for wp_get_theme() in Twenty Eleven before using it, for compatibility down to WP 3.2 when Twenty Eleven was first released. see #20103. Andrew Nacin 2012-04-18 17:32:53 +00:00
  • 87e47358fb Theme Customizer: Remove redundant call to wp_enqueue_script. see #19910. Daryl Koopersmith 2012-04-18 17:17:14 +00:00
  • ae95c22e27 Remove 'visibility' parameter from WP_Customize_Control. Handle control visibility in JS instead. see #19910. Daryl Koopersmith 2012-04-18 17:13:31 +00:00
  • d4e2dfabd0 Compress scripts/styles: 3.4-beta2-20505. bumpbot 2012-04-18 14:58:20 +00:00
  • fc4837eb62 Theme Customizer: Improve markup/styles for opened color picker. see #19910. Daryl Koopersmith 2012-04-18 14:32:05 +00:00
  • 56c8f84be7 Update swfobject Andrew Nacin 2012-04-18 13:36:32 +00:00
  • 92df22f372 Compress scripts/styles: 3.4-beta2-20500. bumpbot 2012-04-17 23:58:21 +00:00
  • 9e2a50812f Update swfobject Ryan Boren 2012-04-17 23:09:29 +00:00