Commit Graph

  • 4ffac80fc4 Prevent horizontal scrollbar. See #14579 scribu 2010-11-13 15:33:12 +00:00
  • 7f4e354bd1 Move cast to within array_keys to prevent warning when get_the_terms returns false. see #15407. Andrew Nacin 2010-11-13 15:32:20 +00:00
  • a2dfe18dfd Add 'get_the_terms' filter. Props filosofo. Fixes #15410 scribu 2010-11-13 14:08:27 +00:00
  • 958d135e11 Escape the class arg in wp_list_categories. props hakre, fixes #11514. Andrew Nacin 2010-11-13 11:06:26 +00:00
  • 200eefec46 Use square brackets instead of braces for string access. props hakre, fixes #13900. Andrew Nacin 2010-11-13 09:53:55 +00:00
  • 305fbe129d Only a static class method or function can be used in an uninstall hook. props scribu, fixes #13786. Andrew Nacin 2010-11-13 09:45:57 +00:00
  • 812c44072a Set map_meta_cap to true when capability_type = post and no custom caps are specified. see #14122. Andrew Nacin 2010-11-13 08:40:38 +00:00
  • a53b8ef117 Use cap->edit_post in WP_Posts_List_Table. see #14122. Andrew Nacin 2010-11-13 00:13:08 +00:00
  • f8f48b0f24 Revert [16320] and [16321] for now. Breaks things Peter Westwood 2010-11-12 22:44:16 +00:00
  • a192c1e658 Set is_site_themes from current screen so the ajax request returns the proper rows for site-themes.php searches. see #14897 Ryan Boren 2010-11-12 22:44:08 +00:00
  • b08df21c26 Revert most of [16332] - renaming and deprecating a commonly used function is silly. Improving it is good. Fixes #15407. Peter Westwood 2010-11-12 21:53:15 +00:00
  • e559ab58a3 Whitespace cleanup in contextual help. Props markmcwilliams. see #15346 Ryan Boren 2010-11-12 20:22:12 +00:00
  • 11f20d737c Replace get_the_category() with get_the_categories(). Props filosofo. Fixes #15407 scribu 2010-11-12 20:05:37 +00:00
  • 9f86bb7104 Don't use deprecated category properties. Props filosofo. Fixes #15408 scribu 2010-11-12 18:40:51 +00:00
  • d653f78616 Show Add New if user can promote. Ryan Boren 2010-11-12 16:57:47 +00:00
  • 53ae0610e6 Check delete_site and delete_sites caps. Check for delete_user is more places. Ryan Boren 2010-11-12 16:35:28 +00:00
  • 4be07b9f8d Check delete caps in network users admin. Ryan Boren 2010-11-12 16:00:41 +00:00
  • 4ca2e2a1fa Use install_themes cap Ryan Boren 2010-11-12 15:32:40 +00:00
  • 2ac45785a3 Contextual help updates. Props dougwrites. see #15346 Ryan Boren 2010-11-12 15:03:34 +00:00
  • c6b0c233c1 Use the l10n helper js file in the installer. See #15124. Peter Westwood 2010-11-12 11:44:08 +00:00
  • b929feb819 Remove dead code. props nathanrice, fixes #13893. Andrew Nacin 2010-11-12 11:26:14 +00:00
  • aa9d1494e6 Self-close embed tag for googlevideo embed handler. props pross, fixes #14230. Andrew Nacin 2010-11-12 11:17:35 +00:00
  • f75f0aee7f Only register post_format taxonomy to posts. see #15396, #14746. Andrew Nacin 2010-11-12 10:58:58 +00:00
  • 92b8c22e03 Only mysql_free_result if we have a valid resource, and remove error suppression there. see #15402. Andrew Nacin 2010-11-12 10:40:43 +00:00
  • 9404ce9a12 Memory usage and execution improvements in wpdb. Store and work with resources directly, rather than full copies of results. Plugins which incorrectly used wpdb->last_result (a private property) will need to shift to wpdb->get_results() with no \$query. Magic getter is introduced for back compat when using PHP5. props joelhardi, fixes #12257. Andrew Nacin 2010-11-12 10:15:18 +00:00
  • 8d5463366a Use term cache in get_post_format() to save a boatload of queries. see #15396. Andrew Nacin 2010-11-12 09:49:34 +00:00
  • 46efef4555 jQuery 1.4.4. props demetris, fixes #15201, #15227. Andrew Nacin 2010-11-12 07:13:11 +00:00
  • f3a332a13c Typo fix. see #14424. Andrew Nacin 2010-11-12 07:04:34 +00:00
  • 2834d62548 Always add in the current post format, in case the theme was switched to one that does not support it. props anderswc. fixes #15393. see #14746 Mark Jaquith 2010-11-12 04:21:17 +00:00
  • d3684a509d Add checks for WP_Error. props ptahdunbar. see #14746 Mark Jaquith 2010-11-12 04:10:56 +00:00
  • 647422ad33 Switch to radio boxes for Post Format picking. Saves a click. Maybe we should do this with Post Status as well. see #14746 Mark Jaquith 2010-11-12 04:05:33 +00:00
  • d8c91db1f4 Remove more create_function calls. props huichen, see #14424. Andrew Nacin 2010-11-11 22:50:36 +00:00
  • 19bb470821 Kill a create_function by introducing is_plugin_inactive. see #14424. Andrew Nacin 2010-11-11 22:21:04 +00:00
  • 21a38007d8 Remove old header/footer link active state. props dremeda, fixes #14487. Andrew Nacin 2010-11-11 22:17:11 +00:00
  • e4983b968e Admin bar fixes. Props ocean90. see #14772 Ryan Boren 2010-11-11 20:02:52 +00:00
  • d68bd6002a Register admin menus against admin_bar_menu action to be consistent with other menu hooks. see #14772 Ryan Boren 2010-11-11 19:11:12 +00:00
  • c54708d203 Make the My Sites menu items use admin_url() instead of hardcoding the url. Props caesarsgrunt. see #14772 Ryan Boren 2010-11-11 18:48:38 +00:00
  • 06513139e7 phpdoc fixes. Props hakre. fixes #12526 Ryan Boren 2010-11-11 17:02:14 +00:00
  • 31ecc8008a Whitespace cleanup. Props sorich87. see #14147 Ryan Boren 2010-11-11 16:57:22 +00:00
  • 994d8ecab8 Farbtastic 1.3u. Props flashingcursor. fixes #14707 Ryan Boren 2010-11-11 16:34:22 +00:00
  • 57ad813bf4 Don't notify the author when they posted or moderated the comment. fixes #12774. Andrew Nacin 2010-11-11 16:28:49 +00:00
  • 8ad934c85d Prevent stomping of global. Props prettyboymp. fixes #13945 Ryan Boren 2010-11-11 16:22:18 +00:00
  • 987bf4663f Admin bar tweaks. Props filosofo. see #15308 Ryan Boren 2010-11-11 16:19:25 +00:00
  • cb3030f582 Admin bar tweaks. Props filosofo. see #15308 Ryan Boren 2010-11-11 16:19:14 +00:00
  • c79e13144c Faster is_serialized(). Props duck_, hakre, Denis-de-Bernardy. see #14429 Ryan Boren 2010-11-11 16:10:16 +00:00
  • d0f30f75e5 Return false if upload_space_check_disabled is true in upload_is_user_over_quota(). Props SergeyBiryukov. fixes #14121 Ryan Boren 2010-11-11 16:03:51 +00:00
  • b8ebc2cecb Add screen options to site-themes. Props PeteMall. see #14897 Ryan Boren 2010-11-11 15:16:16 +00:00
  • f9729112f0 Fix logic. Props nacin. see #15357 Ryan Boren 2010-11-11 14:34:51 +00:00
  • c5186dde67 Marksup fixes. see #15357 Ryan Boren 2010-11-11 14:32:02 +00:00
  • bf41cf19fd Better styling for add user form fields. see #15357 Ryan Boren 2010-11-11 14:31:16 +00:00
  • c8d7cc8664 user-new.php revamp. Separate caps for adding users vs. creating users. Allow supes to add via email or username. Split adding existing users and creating new users into separate forms. see #15357 Ryan Boren 2010-11-11 14:29:15 +00:00
  • 21ac2fa767 Chop this off as we don't need it anymore. Fixes #13960 props filosofo. Peter Westwood 2010-11-11 14:10:59 +00:00
  • aa3af048cc blog_admin_notices for non-network-non-user, admin_notices for all. see #14696. Andrew Nacin 2010-11-11 12:32:22 +00:00
  • afbd46517a Don't show duff links if someone decides that they want the admin bar for all users - even those who are logged out. Peter Westwood 2010-11-11 11:49:37 +00:00
  • 7d07e24e0b Make 'registered' column sort by user id. See #14579 scribu 2010-11-11 11:47:10 +00:00
  • d95cfc6eab Make 'registered' column sort by site id. See #14579 scribu 2010-11-11 11:45:32 +00:00
  • a91abd41d8 Strip back the stats in the memory based object cache to something less verbose and useless. Peter Westwood 2010-11-11 10:55:06 +00:00
  • 06bf2f9e66 Link the shortlink button to the shortlink. Props caesarsgrunt see #14772. Peter Westwood 2010-11-11 10:24:56 +00:00
  • f337bb1b86 Add context to get_meta_sql(). See #15018 scribu 2010-11-11 10:06:05 +00:00
  • 7a3000079a Wrap the reset link in <> so as to protect it when it goes over multiple lines in an email client. Fixes #14140 props demetris. Peter Westwood 2010-11-10 23:38:15 +00:00
  • ea7bd69745 Generate Human Readable passwords as they are much more userfriendly. Fixes #13324 props Otto42. Peter Westwood 2010-11-10 23:31:54 +00:00
  • be170fde65 Add support for ID style classes in get_body_class(). Fixes #12397 props filosofo Peter Westwood 2010-11-10 22:07:07 +00:00
  • 6b1be702c4 Move the l10n helper function into a seperate js file so we can always output it first. Fixes #15124. Peter Westwood 2010-11-10 21:53:30 +00:00
  • e6d62aeb48 Blankity Blank. Fixes #15380 props arena. Peter Westwood 2010-11-10 20:54:56 +00:00
  • 4a03447530 Improved RegEx for quote matching in wptexturize. Fixes #4539 and #15241 props norbertm. Peter Westwood 2010-11-10 19:23:57 +00:00
  • 06c7e6ed40 Don't capture the pesky trailing punctuation. Fixes #14993 props filosofo Peter Westwood 2010-11-10 17:47:46 +00:00
  • 7912dd4561 Use direct post_title instead of get_the_title() in get_inline_data(). reverts [13079] but adds trim() to solve original bug. fixes #14323, props filosofo. Andrew Nacin 2010-11-10 17:08:05 +00:00
  • 0f662479db Super Admin filter for network/users.php. fixes #15371. Andrew Nacin 2010-11-10 17:05:20 +00:00
  • d50013b957 Ensure we have a valid post type object when checking for has_archive. props filosofo, fixes #15364. Andrew Nacin 2010-11-10 16:42:59 +00:00
  • af72ac38ff Pass post ID to get_enclosed filter. Props willnorris. fixes #14018 Ryan Boren 2010-11-10 16:40:49 +00:00
  • 38c6bcbb55 Admin bar hover fixes. Props filosofo. see #15307 Ryan Boren 2010-11-10 16:19:55 +00:00
  • 66d261ba84 Cripple capability_type. Produced inconsistent, janky meta cap mapping; now only acts as a capability base. see #14122. Andrew Nacin 2010-11-10 14:50:14 +00:00
  • ffd50167bd Network admin multisite checks and docs. see #14435. Andrew Nacin 2010-11-10 14:27:15 +00:00
  • 3c62cf9519 Network Wide Settings -> Language Settings and kill the notice, which is implicit enough with the word 'Default.' see #14435. Andrew Nacin 2010-11-10 14:01:39 +00:00
  • 9c3f80eccb Hello Dolly 1.6. fixes typo, props sbressler, fixes #15229. Removes absolute from positioning, props kapeels, fixes #15228. Add some whitespace. Andrew Nacin 2010-11-10 12:43:04 +00:00
  • 9ac3468253 Update phpdoc for wp_list_widgets(). fixes #15373. Andrew Nacin 2010-11-10 12:28:03 +00:00
  • 5861cd15ae Properly set up menu_name. We're handling it differently because it defaults off other labels. fixes #14832. Andrew Nacin 2010-11-10 00:42:43 +00:00
  • 83738d47f4 Make get_tax_sql() a standalone function. See #15032 scribu 2010-11-09 23:30:35 +00:00
  • c0be4fafcf Make get_meta_sql() a standalone function. See #15032 scribu 2010-11-09 23:22:13 +00:00
  • 1394e2ff9d Give the user dashboard a more suitable title. see #14696 Ryan Boren 2010-11-09 22:00:50 +00:00
  • 6fd3b61886 Always allow super admins to have create_users. see #15357 Ryan Boren 2010-11-09 21:45:06 +00:00
  • a8fca7761a Better better message. Andrew Nacin 2010-11-09 20:37:47 +00:00
  • 9b18657c74 Drop display_name from user search columns. It doesn't have an index. see #15170 Ryan Boren 2010-11-09 20:01:56 +00:00
  • f28e46af02 Route submenus added to old super admin menu to tools menu for now. see #14435 Ryan Boren 2010-11-09 19:23:42 +00:00
  • 49266ad2f0 Make admin screen titles filterable. Props caesarsgrunt. Fixes #15301 scribu 2010-11-09 18:03:06 +00:00
  • 5a2a86f84a Allow mix of 'taxonomy' => 'foo', 'term' => 'bar' and 'foo2' => 'bar2'. Props filosofo. Fixes #15363 scribu 2010-11-09 16:45:51 +00:00
  • 4754dbd2c6 Set 'operator' field. Fixes #15350. See #12891 scribu 2010-11-09 12:27:03 +00:00
  • 3f01db9dd9 Better message. Peter Westwood 2010-11-09 10:45:30 +00:00
  • e2379fdd7e Switch the following XMLRPC api calls to support an optional number of posts. blogger.getRecentPosts metaWeblog.getRecentPosts mt.getRecentPostTitles Peter Westwood 2010-11-09 10:16:23 +00:00
  • 29da3d7730 Mark the calling of wp_get_recent_posts() with just a count as deprecated - only use in core was from XMLRPC. Peter Westwood 2010-11-09 10:14:38 +00:00
  • 3a360acc5a Default to 'post' in WP_Terms_List_Table. props filosofo, fixes #15351. Andrew Nacin 2010-11-09 06:38:53 +00:00
  • 4125fe393b Set $tax as the taxonomy object, and kill off our colliding global from menu construction. see #15326. Andrew Nacin 2010-11-09 03:28:09 +00:00
  • 68eba28b16 Search for site-themes. props PeteMall, see #14897. Andrew Nacin 2010-11-09 02:16:45 +00:00
  • c165557b3e Introduce menu_name label for taxonomies and post types. Defaults to name. fixes #14832. Andrew Nacin 2010-11-09 02:09:00 +00:00
  • 07522b17d1 Confirm that the queried term object is of the requested taxonomy in wp_list_categories. fixes #15347. Andrew Nacin 2010-11-09 01:20:38 +00:00
  • 1d7a732588 Use the name of the corresponding post type in the edit-tags column. TODO, typenow should be accessible from the current_screen object on edit-tags. see #14886 for current_screen, [15664] for previous TODO note. Andrew Nacin 2010-11-09 00:59:49 +00:00
  • 7be12299b7 Merge two strings in JS, which were merged elsewhere some time ago. Andrew Nacin 2010-11-09 00:52:02 +00:00
  • b5178cd956 enter_title_here filter. fixes #13386. Andrew Nacin 2010-11-09 00:49:19 +00:00
  • 8a63e8ba33 Hide the slugdiv by default for custom post types. Restores behavior toggled in [15555]. see #14212. Andrew Nacin 2010-11-09 00:46:05 +00:00
  • 50dc640746 Use spaces for alignment. see #15343 [16236] Andrew Nacin 2010-11-09 00:42:35 +00:00