Commit Graph

  • 96e4fffaa9 Introduce upgrade_330() to clear usermeta keys show_admin_bar_admin and plugins_last_view. fixes #18811. Andrew Nacin 2011-10-25 05:48:09 +00:00
  • fcf1696de4 Introduce ->mysql to allow drop-ins to declare themselves as MySQL and therefore allow minimum version checks to still apply. fixes #18176. Andrew Nacin 2011-10-25 05:29:28 +00:00
  • 01f19e3cff Check get_site_option(WPLANG) when WP_INSTALLING in mulitiste, just not the blog's option. fixes #18783. Andrew Nacin 2011-10-25 05:09:03 +00:00
  • 51d0bd90f6 Use get_template_directory() instead of TEMPLATEPATH in Twentys Ten and Eleven. props solarisssmoke, fixes #18071. Andrew Nacin 2011-10-25 04:42:16 +00:00
  • f869eb56b8 Themes not within a subdirectory of the zip need to have the working directory Trailingslashed. See #14999 Dion Hulse 2011-10-25 04:25:52 +00:00
  • a8973fb429 Avoid warning when user_login not in POST. Props ampt. fixes #18755 Ryan Boren 2011-10-24 21:31:30 +00:00
  • e253f44dad bump bump bump it up Andrew Nacin 2011-10-24 19:33:47 +00:00
  • fd10e500e4 Pinking shears Ryan Boren 2011-10-24 19:13:23 +00:00
  • 5fecc93721 Fallback to the default post type only if it is registed for the taxonomy. Props nacin. see #18785 Ryan Boren 2011-10-24 19:10:56 +00:00
  • cc5f01a784 Move WP_Screen to a full registry. Have convert_to_screen() return a WP_Screen object. Improve and verify values for post_type and taxonomy. see #18785. also fixes #14886. Andrew Nacin 2011-10-24 18:34:08 +00:00
  • 16c6875d29 screen.php tidying. Doc fixes and improvements. Improve logic in ::show_screen_options(). Remove regex in ::set_parentage(). Better variable names. Streamline get_screen_icon(). Whitespace. see #18785. Andrew Nacin 2011-10-24 06:40:15 +00:00
  • 38440b5e9a Deprecate favorite_actions(). see #18785. Andrew Nacin 2011-10-24 06:10:36 +00:00
  • de3bf760b6 Rework get_hidden_meta_boxes() to leverage a full WP_Screen object. Prevents custom post types from having their explicity supported meta boxes being hidden by default. see #18958. Andrew Nacin 2011-10-23 19:22:27 +00:00
  • 62778137cf Fix sub menu highlighting for post type pages. see #13662 Ryan Boren 2011-10-23 18:45:06 +00:00
  • 7121150930 Use get_current_screen() rather than a $current_screen global reference. Remove unused global reference. see #14886. Andrew Nacin 2011-10-23 18:01:33 +00:00
  • ed8f3c3f95 Deprecate media_upload_(image|audio|video|file)(), type_url_form_(image|audio|video|file)(). These now wrap wp_media_upload_handler() and wp_media_insert_url_form(). see #17578. Andrew Nacin 2011-10-23 17:58:06 +00:00
  • a7dda77ea7 Adjust the height of the help columns on 'Help' tab open. see #18690. Andrew Nacin 2011-10-23 17:55:24 +00:00
  • 94cb070299 In _doing_it_wrong(), don't append the Debugging_in_WordPress message until we go to print a message. Send a clean message to the action. see #18453. Andrew Nacin 2011-10-23 17:51:14 +00:00
  • 79ff2e030c Fix [16249]. $typenow is considered empty on edit-tags screens, rather than displaying the parent post type. Switch to the $post_type global for now, which is set in the terms list table constructor. see #14886. Andrew Nacin 2011-10-23 17:48:58 +00:00
  • eb1b0763e1 Don't show the Freedoms or Credits menu items to logged out users. Peter Westwood 2011-10-22 10:56:04 +00:00
  • f3e64d5112 Undent (by two tabs) a whole lot of code in dbDelta(). Thx. see #17998. Andrew Nacin 2011-10-21 22:40:30 +00:00
  • c64486425a Have dbDelta() loop through tables it knows about, rather than loop through a potentially expensive and definitely unnecessary SHOW TABLES. fixes #17998. Andrew Nacin 2011-10-21 22:35:33 +00:00
  • 1b45a17906 Don't use unbounded SHOW TABLES in is_blog_installed(). Do a more targeted DESCRIBE loop over the blog table list. fixes #19026 Ryan Boren 2011-10-21 22:16:33 +00:00
  • cab3d35ee0 Make wpmu_delete_blog() slightly less crappy. Prevents the entire network from being dropped in a particularly rare edge case. Removes some zombie code. fixes #19009. Andrew Nacin 2011-10-21 22:04:52 +00:00
  • 5e85a49355 Update the update_count_callback docs. see #18986. Andrew Nacin 2011-10-21 21:50:36 +00:00
  • 8e97202178 No need to specify an update_count_callback for categories or tags, as the default handler for them will now be _update_post_term_count(). see #18986, [19035]. Andrew Nacin 2011-10-21 21:46:03 +00:00
  • 5307ec17c5 Separate non-post term counting from _update_post_term_count(). Introduce _update_generic_term_count(). The generic handler will be the default whenever the taxonomy is attached to an object type other than a post type (link, user). Otherwise the _update_post_term_count() handler will be the default. fixes #18986. see #17548. Andrew Nacin 2011-10-21 21:38:14 +00:00
  • 0853bf3d40 Correct docs for get_post_field(). props JustinSainton, fixes #19025. Andrew Nacin 2011-10-21 17:13:26 +00:00
  • 5176354f22 Use esc_url() rather than esc_attr() on a redirect-to URL. fixes #17243. Andrew Nacin 2011-10-20 23:41:07 +00:00
  • 08073035a6 Fix the current page default redirect in wp_login_form(). props kawauso, see #17243. Andrew Nacin 2011-10-20 23:40:09 +00:00
  • b9215e193e Typo fix. Props SergeyBiryukov. see #18986 Ryan Boren 2011-10-20 21:41:54 +00:00
  • 939b085f54 Correct @param text ordering to put "Optional." in description, see r19019 and #18958. Also remove empty docblock tag. Jon Cave 2011-10-20 15:53:57 +00:00
  • 8eeafd948e Pass $post_id arg directly to get_post_thumbnail_id() from has_post_thumbnail(). The null/get_the_ID() check is already performed at that level of the stack. see #19012. Andrew Nacin 2011-10-20 15:11:49 +00:00
  • 1287ec492a Translated strings in attributes require esc_attr(). s/_e/esc_attr_e/g Andrew Nacin 2011-10-20 15:04:46 +00:00
  • 6355548ea2 Use wp_lostpassword_url() instead of site_url(wp-login...). Update wp_lostpassword_url() to use network_site_url(). props markoheijnen, fixes #18808. Andrew Nacin 2011-10-20 14:40:11 +00:00
  • 6387565b38 Remove code commented out in [19006]. see #18197. Andrew Nacin 2011-10-20 14:33:18 +00:00
  • f4d5f4fceb Fix term counting for links. Props SergeyBiryukov. fixes #18986 Ryan Boren 2011-10-20 14:28:26 +00:00
  • fe4f927a80 Allow a super admin to demote themselves on a site to a role that does not contain the promote_users cap. props fonglh, fixes #18164. Andrew Nacin 2011-10-20 14:12:25 +00:00
  • 3b167b98ae beta2 bump Ryan Boren 2011-10-20 02:22:02 +00:00
  • e09cb12b87 Check for plugin/theme updates every hour when hitting update-core.php, not just themes.php/plugins.php. see #18876. Andrew Nacin 2011-10-20 00:23:35 +00:00
  • 4a275d129d Attach update hooks in the network admin. Accounts for the rare situation where the network admin is not the main site. props johnbillion, see #18876. Andrew Nacin 2011-10-20 00:15:21 +00:00
  • 420fe65fca Sanitize plural and singular args for list tables. props sbressler, fixes #18875. Andrew Nacin 2011-10-19 23:51:06 +00:00
  • c55e62a9ae Make $screen argument for add_meta_box() (previously $page) optional. see #18958. Andrew Nacin 2011-10-19 23:01:55 +00:00
  • 86638ed332 Use correct capture group in IIS7 multisite subdirectory rewrite rules. props carlospaulino, eduplessis, ruslany. fixes #17708. Andrew Nacin 2011-10-19 22:57:37 +00:00
  • d4bbfbad98 We know that pagename is being assigned to $matches-something, so skip the variable variable. props duck_. see #18991. Andrew Nacin 2011-10-19 22:49:45 +00:00
  • 2c83b5728f Turn is_blog_user() into a wrapper around is_user_member_of_blog() and deprecate. Make user_id optional for is_user_member_of_blog(). Props SergeyBiryukov. fixes #16702 Ryan Boren 2011-10-19 22:35:15 +00:00
  • b3b1b00cff Strip out the show_wp_pointer_admin_bar for now. see #18693. Andrew Nacin 2011-10-19 21:52:14 +00:00
  • 6c8c746dbc Move welcome panel link to a 'Show on screen' checkbox. see #11651. Andrew Nacin 2011-10-19 21:43:21 +00:00
  • 5914353c06 Update meta box functions to handle WP_Screen objects and pass objects instead of IDs to them in core files. Allow passing emptiness to get the current screen. see #18958 Ryan Boren 2011-10-19 21:43:02 +00:00
  • 0f36a1e33b Don't cache default value in get_site_option() for non-existent options. Fixes #18955. Jon Cave 2011-10-19 21:06:50 +00:00
  • d7ee58c7e2 Show the current post format in quick edit even if it's not supported. Props nacin, fixes #18083. Jon Cave 2011-10-19 17:48:07 +00:00
  • f32a070480 Use the correct capability check for taxonomies in Quick Edit. props lancewillett. fixes #18551 Mark Jaquith 2011-10-19 17:08:57 +00:00
  • 9e0ccd9fdf In welcome panel, move periods outside of links. see #11651. Daryl Koopersmith 2011-10-19 17:05:12 +00:00
  • 9c3869b10b RTL CSS tweaks, see #18197 Andrew Ozz 2011-10-19 16:58:46 +00:00
  • c1945d5c69 Welcome panel contents and functionality. see #11651. Daryl Koopersmith 2011-10-19 16:41:26 +00:00
  • 267579fc1e Bring the Appearance sub-menus on the front end one level up, see #18197 Andrew Ozz 2011-10-19 16:32:26 +00:00
  • e50a297ef1 is_blog_user() is from MU. see #16702. Andrew Nacin 2011-10-19 15:56:05 +00:00
  • 85c931dc32 Turn is_blog_user() into a convenience wrapper around get_blogs_of_user(). Fixes is_blog_user() for blog prefixes that do not contain a blog ID. Props SergeyBiryukov. fixes #16702 Ryan Boren 2011-10-19 15:53:14 +00:00
  • e9991fd203 Better padding and information on the plugins list on Dashboard/Updates. props otto42. fixes #17406. Andrew Nacin 2011-10-19 14:51:48 +00:00
  • ee0fa1e9fa Few more RTL fixes, see #18314 Andrew Ozz 2011-10-19 06:42:41 +00:00
  • cfbb3d30f5 Press This CSS cleanup, props andrewryno, see #18314 Andrew Ozz 2011-10-19 06:16:15 +00:00
  • 81197a2dd5 Respect the Content-Type header developers pass to WP_HTTP. Fixes #18982 Dion Hulse 2011-10-19 04:48:00 +00:00
  • cc9e6ecb65 Call wp_update_term_count() only for those terms that have been added to or removed from the object. Props jeremyclarke. fixes #18631 Ryan Boren 2011-10-18 21:01:55 +00:00
  • 789dab3f20 Avoid 'Only variables should be passed by reference' warnings. Reverts [18110]. see #18975 Ryan Boren 2011-10-18 20:44:39 +00:00
  • 9683b05c4e Avoid pass by ref warning. Props arena. see #18975 Ryan Boren 2011-10-18 20:38:18 +00:00
  • f95cb305ea Use get_intermediate_image_sizes() in image edit functions. props mau, fixes #17475. Andrew Nacin 2011-10-18 20:33:34 +00:00
  • 90f95e0204 new does not require by reference. Andrew Nacin 2011-10-18 20:20:59 +00:00
  • e8946bf56a Globalize everything in vars.php. props duck_. fixes #17749. Andrew Nacin 2011-10-18 19:44:00 +00:00
  • 0ea00a75d1 Explicitly globalize $table_prefix in wp-settings.php in case WordPress isn't loaded in global scope. Use $_SERVER['PHP_SELF'], not $PHP_SELF. We need to keep $PHP_SELF for backwards compatibility reasons (many, many plugins rely on it). props mrtorrent, fixes #17749. Andrew Nacin 2011-10-18 19:37:07 +00:00
  • c56c7320a3 Fix media/audio/file URL insertion. Strip slashes off title text. Leave red X to images only. fixes #14996. fixes #17578. Andrew Nacin 2011-10-18 19:32:40 +00:00
  • 207cf186b6 Use get method for plugin search form. Avoid lingering notices. Props garyc40. fixes #16549 Ryan Boren 2011-10-18 19:18:08 +00:00
  • 421ee5ebdd Don't filter taxonomy list. see #18983 Ryan Boren 2011-10-18 16:33:31 +00:00
  • 12dd9663fc Pointers: more airy drop shadow, see #18693 Andrew Ozz 2011-10-18 07:43:40 +00:00
  • b6b775e4c3 Add some more documentation and prevent fatal error if a plugin tries to use 'dfw' second time, see #17144 Andrew Ozz 2011-10-18 07:08:55 +00:00
  • 6bdce8d62f Pointers: add default width (400px) that fixes positioning in IE7, add href attrib to the Close link, see #18693 Andrew Ozz 2011-10-18 07:03:31 +00:00
  • 527935e883 Fix Undefined Variable Notices when no charset/collate is set for $wpdb. See #12028 Dion Hulse 2011-10-18 02:48:07 +00:00
  • d2f80c9e5a Add the Tumblr importer to the Importers List. Fixes #18976 Dion Hulse 2011-10-18 02:32:28 +00:00
  • fdbf2de4db Return to snack menu instead of full menu. Experiment over. see #18197 Ryan Boren 2011-10-17 22:06:31 +00:00
  • a9148409f3 Fix the admin menu in the blue theme. props ocean90. see #18382. Daryl Koopersmith 2011-10-17 21:04:29 +00:00
  • d1b8509e83 Use IE conditionals when adding the ie8 class, introduce _wp_admin_html_begin(), props scribu, fixes #18966 Andrew Ozz 2011-10-17 20:57:32 +00:00
  • 96571de38e No float for the admin bar gravatar image, props gluten, fixes #18925 Andrew Ozz 2011-10-17 20:19:12 +00:00
  • 790f153832 Add basic help styles to colors-classic. props ocean90, see #18964. Andrew Nacin 2011-10-17 19:18:28 +00:00
  • 804702bc00 Close strong tag. props scribu. fixes #18970. Andrew Nacin 2011-10-17 18:57:06 +00:00
  • f14c0a52b4 phpdoc fix. Props Jayjdk. fixes #18965 Ryan Boren 2011-10-17 15:58:16 +00:00
  • d197a1d865 Fix notices in wp_iframe() and iframe_header() by referencing $wp_htmltag_class as a global. See r18975 and #18314. Jon Cave 2011-10-15 10:43:55 +00:00
  • 4bb2ed26d8 Clean up styles for #wphead, #favorite-actions and the old editor buttons, props andrewryno, see #18314 Andrew Ozz 2011-10-15 07:46:58 +00:00
  • 573a1813dc RTL, IE7 and IE7 RTL fixes, add class="ie8" to the html tag, see #18314 Andrew Ozz 2011-10-15 07:33:01 +00:00
  • df5f69fabc In wp_trash_post(), rename the trash_post action to wp_trash_post to avoid collision with the wp_transition_post_status() trash_post state transition. Props SergeyBiryukov. fixes #15628 Ryan Boren 2011-10-14 18:39:31 +00:00
  • 8d945cd8a0 Update vimeo oembed api url. Props l3rady, justindgivens. fixes #18928 Ryan Boren 2011-10-14 17:56:48 +00:00
  • 825f219f5d Da bump. Andrew Nacin 2011-10-14 15:48:05 +00:00
  • db82a18377 Tweak pointer styles. see #18693. Daryl Koopersmith 2011-10-14 03:58:27 +00:00
  • 087201621e Fix incorrect closing tag in pointers JS. see #18693. Daryl Koopersmith 2011-10-14 03:36:04 +00:00
  • ed7c3fb655 Simplify pointer API with smarter positioning. see #18693. Daryl Koopersmith 2011-10-14 03:33:46 +00:00
  • 0ad398784b Menu RTL css refresh, fixes #18906 Andrew Ozz 2011-10-14 01:06:23 +00:00
  • a7f2758641 Remove stray comma, fixes #18929 Andrew Ozz 2011-10-13 19:46:13 +00:00
  • 44c051923e Avoid notices when viewing non-existent taxonomy. Props ocean90, johnbillion. fixes #18716 Ryan Boren 2011-10-13 18:55:40 +00:00
  • 4685bc4b99 Fix inviting existing users to a site with email confirmation. Props johnbillion. fixes #18295 Ryan Boren 2011-10-13 18:32:31 +00:00
  • b158ddc175 WP_Filesystem_*::mkdir() untrailingslash path consistently, don't waste time attempting to create an "empty" path. See #15575. Props lordandrei and SergeyBiryukov for initial patches. Dion Hulse 2011-10-13 10:43:38 +00:00
  • 45e3751dc9 Update user_can_richedit to allow TinyMCE in iOS5, props markoheijnen, fixes #18626 Andrew Ozz 2011-10-13 06:37:24 +00:00
  • 941a686bbf Remove unnecessary vendor prefixes from wp-admin-rtl.css, props ryanimel, see #18700 Andrew Ozz 2011-10-13 06:33:10 +00:00